Buttons wont work after converting Macros to VBA?

T

TKM

None of the buttons will work on my Forms from my Access Database (Office
2007) after I converted all my macros to Code. They do nothing when pushed
and they all worked perfectly before being converted. Can someone please help
me with this. I just finished this database and the client wants to use it
but?
Please help
 
M

Maurice

On the properties of button on the event tab set the eventprocedure to the
designated action eg. on_click. When converting macro's to VBA the code is
being created but not designated to the button.

hth
 
Top