G GregSmith Registered User. Local time Today, 14:51 Joined Feb 22, 2002 Messages 126 May 12, 2004 #1 I have a form that currently accesses a function via code. I would like to move the function to a module to help with the growth of the main code. How do I call a module from my main code?
I have a form that currently accesses a function via code. I would like to move the function to a module to help with the growth of the main code. How do I call a module from my main code?
G GregSmith Registered User. Local time Today, 14:51 Joined Feb 22, 2002 Messages 126 May 12, 2004 #2 This will show how to do it: http://www.access-programmers.co.uk/forums/showthread.php?t=66278&highlight=call+module GregSmith said: I have a form that currently accesses a function via code. I would like to move the function to a module to help with the growth of the main code. How do I call a module from my main code? Click to expand...
This will show how to do it: http://www.access-programmers.co.uk/forums/showthread.php?t=66278&highlight=call+module GregSmith said: I have a form that currently accesses a function via code. I would like to move the function to a module to help with the growth of the main code. How do I call a module from my main code? Click to expand...