Add New Button

Shallo9

Registered User.
Local time
Today, 12:16
Joined
Nov 11, 2011
Messages
95
Hello All,

Quick Questions..Can I add a button from wizard to create a new record and then add some more custom code to the same button.

I mean for example when I click the button before it would create a new record in an edit mode. I want to make something visible before performing its actual task.

CAN I?:confused:
 
Hello All,

Quick Questions..Can I add a button from wizard to create a new record and then add some more custom code to the same button.

I mean for example when I click the button before it would create a new record in an edit mode. I want to make something visible before performing its actual task.

CAN I?:confused:

Definitely. Open your form in Design view. Click on the button you want to edit the code on. Right click and select properties. On the event tab of the property sheet window next to your event procedure click the box that has the three dashes ... and that will take you to the code.
 
... sometimes it creates macros but you can easily convert macros to VBA.
 

Users who are viewing this thread

Back
Top Bottom