Button to open a table!

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
 
F

fredg

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.
 
B

Bob

Bob said:
Sorry where do I enter this code into the button.....Thanks bob
GREAT worked it out Code Builder and then entered the frm name, BRILLIANT
Thanks.....Bob
 
Top