C crillux Registered User. Local time Today, 20:30 Joined Jun 21, 2010 Messages 20 Jul 16, 2010 #1 So far I have coded VBA for specific events only in Access and now I wonder how I can write a function that can be called from anywhere in my application. Where do I put the code?
So far I have coded VBA for specific events only in Access and now I wonder how I can write a function that can be called from anywhere in my application. Where do I put the code?
pbaldy Wino Moderator Staff member Local time Today, 11:30 Joined Aug 30, 2003 Messages 36,272 Jul 16, 2010 #2 This should get you started: http://www.baldyweb.com/Function.htm
C crillux Registered User. Local time Today, 20:30 Joined Jun 21, 2010 Messages 20 Jul 16, 2010 #3 So does this mean that I should just choose "Module" in the "Create" menu and have my general functions in that module?
So does this mean that I should just choose "Module" in the "Create" menu and have my general functions in that module?
pbaldy Wino Moderator Staff member Local time Today, 11:30 Joined Aug 30, 2003 Messages 36,272 Jul 17, 2010 #4 Yes it does.