Re: Function vs Sub /Public vs Private
I agree with you 100% except that in MS Access forms load much faster
when they have no code module, so in general I choose to use OnClick =
"=RunSomeCoolCo de()" and avoid having a form code module whenever
possible.
I agree with you 100% except that in MS Access forms load much faster
when they have no code module, so in general I choose to use OnClick =
"=RunSomeCoolCo de()" and avoid having a form code module whenever
possible.
Comment