D dbfox New member Local time Today, 21:19 Joined Apr 3, 2006 Messages 5 Apr 7, 2006 #1 Hi I can't seem to be able to find any option to open a table from the command button wizard how is this possible. Thanks
Hi I can't seem to be able to find any option to open a table from the command button wizard how is this possible. Thanks
ColinEssex Old registered user Local time Today, 21:19 Joined Feb 22, 2002 Messages 9,314 Apr 7, 2006 #2 Thats because you can't open a table from the command button. You open a form to access the table. Col
Thats because you can't open a table from the command button. You open a form to access the table. Col
IgorB Registered User. Local time Today, 21:19 Joined Jun 4, 2003 Messages 183 Apr 7, 2006 #3 To open table in run time DoCmd.OpenTable "Labels",acViewNormal or To open table in design time DoCmd.OpenTable "Labels",acViewDesign
To open table in run time DoCmd.OpenTable "Labels",acViewNormal or To open table in design time DoCmd.OpenTable "Labels",acViewDesign