I have a Access db that i am attempting to write some VBA code for.
I have a command button on a form that calls a VBA procedure, and that seems to work fine, but if i put another procedure in a seperate module and try to call it from the first procedure it cant see it, what am i doing wrong. i have looked at other examples and i cant see any differences between my code and them!
I have a command button on a form that calls a VBA procedure, and that seems to work fine, but if i put another procedure in a seperate module and try to call it from the first procedure it cant see it, what am i doing wrong. i have looked at other examples and i cant see any differences between my code and them!