Global Functions

  • Thread starter Thread starter Simon Harris
  • Start date Start date
S

Simon Harris

Hi All,

Can someone please advise where I should store global functions in Access?
e.g. I have written a function that I want to use from various forms, where
does the code for the function go?

Kind regards,

Simon.

--
-
* Please reply to group for the benefit of all
* Found the answer to your own question? Post it!
* Get a useful reply to one of your posts?...post an answer to another one
* Search first, post later : http://www.google.co.uk/groups
* Want my email address? Ask me in a post...Cos2MuchSpamMakesUFat!
 
I recommend that you create a module to store your
function. Then all forms can then call up this modeule if
required.
 
Back
Top