Macro to VBA conversion

Kiwi-Wombat

Registered User.
Local time
Today, 01:03
Joined
Aug 2, 2004
Messages
56
I use the following macro to print a single record onto a form. What is the equivalent VBA code?

Action: Open Report
Action Arguments: [RecipeID]=[Forms]![Recipes]![RecipeID]
 
You can convert the macro to VBA code yourself by selecting the Convert to VBA Code option in the Tools/Macro menu.
 
Thanks, silly of me
 

Users who are viewing this thread

Back
Top Bottom