User Defined Function

O

OldGuy

Can I create a UDF in Access as I do in Excel? If so, where and how do I put
and access it. Thank you in adbance.
 
D

Douglas J. Steele

Create a module (not a class module, nor a module associated with a form or
report) and put the function there. You get into the VB Editor in Access the
same way you do in Excel: Alt-F11
 
Top