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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top