Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Event Procedures - On Enter - Switchboard Buttons

Status
Not open for further replies.

murk

Technical User
Nov 26, 2002
16
0
0
US
I have created a switchboard for entering insurance policies and need to program the "Edit/Delete" button that when clicked it asks for the specific policy number to open. I also need one for my "Print" button. Is this a part of visual basic? If so what is my exact wording for these?

Thanks!
 
Murk,

Open your form in design view. Bring up the properties window for the button. Click in the text box to the right of the Click event (you'll want to use that, not the "Enter" event, else it will fire when a user tabs to the button). Then click on the button that appears to the right of this, with the three dots. You'll go to the code window. That's where you'll do the work of opening your form. To do this, check out help for OpenForm.

Jeremy =============
Jeremy Wallace
Designing, Developing, and Deploying Access Databases Since 1995

Take a look at the Developer's section of the site for some helpful fundamentals.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top