T
tinnews
I am a died in the wool Java/C/C++ and some time Python programmer but
I occasionally have to dabble in Access and VB. Every time I do this
I get totally confused (and frustrated) by the syntax for object
references in VB.
Can anyone point me at a good "programmer's reference" type guide to
the basic syntax of object references in Access/VB please.
I'm currently trying to run a function (that I have written) from the
AutoExec macro so the function gets run at startup. I'm messing around
with:-
Modules.Module1.startupCheck()
Modules![Module1]!startupCheck()
and all points south to very little effect.
I'd much rather find some documentation that tells me how to do it
rather than guess and get there by trial and error.
I occasionally have to dabble in Access and VB. Every time I do this
I get totally confused (and frustrated) by the syntax for object
references in VB.
Can anyone point me at a good "programmer's reference" type guide to
the basic syntax of object references in Access/VB please.
I'm currently trying to run a function (that I have written) from the
AutoExec macro so the function gets run at startup. I'm messing around
with:-
Modules.Module1.startupCheck()
Modules![Module1]!startupCheck()
and all points south to very little effect.
I'd much rather find some documentation that tells me how to do it
rather than guess and get there by trial and error.