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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Try to open a table with a button

Status
Not open for further replies.

breukelen

Technical User
Oct 31, 2001
54
NL
Good evening,

I want to open a table with a button.I made a button
which opens a form.(works fine) and I tried to change "docmd.openform etc " in "docmd.opentable etc" (in the code builder) without succes.

your help is appreciated ,

Gunter
 
I just tried the following code & it worked fine:

Sub OpenTable()
DoCmd.OpenTable "tblName"
End Sub


If this does not work, what error message are you getting??
James Goodman
 
Thanks for your help,works fine

kind regards,

Gunter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top