Button to open a table!

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

How can I assign a button on my main menu to open a certain table, so I can
alter some data with out going through the from page
Thanks in advance.........Bob Vance
 
How can I assign a button on my main menu to open a certain table, so I can
alter some data with out going through the from page
Thanks in advance.........Bob Vance

DoCmd.OpenTable "TableName" will open a table.

However, you should NOT be altering data directly in a table.
Use a Form.
If you want the look of a table, open the form in datasheet view.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How to create a print button 5
Button To clear text boxs! 14
Copy to Main Page! 3
Locking up a Form Table 7
Write to main form! 3
Intellisoft Box Question 1
How to make Form Footer smaller! 11
Add to a Script! 4

Back
Top