Function can be found

  • Thread starter Thread starter Sarah at DaVita
  • Start date Start date
S

Sarah at DaVita

I made a public function called BulkMail(). When I try to use the runcode or
openfunction in macros access cannot find the function. Can someone tell me
how to have access recognize this function?
 
I made a public function called BulkMail(). When I try to use the runcode or
openfunction in macros access cannot find the function. Can someone tell me
how to have access recognize this function?

You're sure it's public, and in a public module - not private, and not in a
Form's module? Perhaps you could post the code, or at least the Function
statement. Also... be sure that you use Debug... Compile <my database> to
ensure that the function is compiled, and then click the Save (diskette) icon
in the toolbar.


John W. Vinson [MVP]
 
Back
Top