Opening table Button

  • Thread starter Thread starter rblivewire
  • Start date Start date
R

rblivewire

Does anyone know if there is a VB code to open a table. I have a button
on my opening form that brings the user to another form. Can there be
a button to bring a user to a table?
 
I cringe as I type this:

DoCmd.OpenTable "MyTableName"

Personally, I think it's a marvellously bad idea to give users direct access
to tables. Everything should be exposed through forms so you can control the
data, add validation, etc.

My $.02,
Barry
 
Back
Top