Function in Expression Builder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I create a VBA function and have it appear in the Expression Builder.
I've created a public function in a new module but I don't know how to get it
to appear in the Function list form my MDB in Expression Builder.

Thanks for any help
 
The Woodster said:
How do I create a VBA function and have it appear in the Expression Builder.
I've created a public function in a new module but I don't know how to get it
to appear in the Function list form my MDB in Expression Builder.

Thanks for any help

MY BAD!! I did not save the VBA module prior to trying to reference it. Once
I did that, it appeared in the Expression Builder.
 
Back
Top