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!

Command Button to open a Table? 1

Status
Not open for further replies.

montejr

Programmer
May 24, 2001
42
US
Does anyone know some code I could use to open a table. When you use the command button wizard, it doesn't give the option to open a table.

thanks,

monte
 
Monte,

Add this code to the onclick_event

DoCmd.OpenTable ("YourTableName")

HTH
brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top