J James Napolitano Jun 16, 2004 #1 Is there a way to place the QBE Grid on a form or open it from a command button. Thanks.
R Rick Brandt Jun 16, 2004 #2 James Napolitano said: Is there a way to place the QBE Grid on a form or open it from a command button. Thanks. Click to expand... To create a new query... DoCmd.RunCommand acCmdNewObjectQuery To Open an existing query... DoCmd.OpenQuery "QueryName",acViewDesign
James Napolitano said: Is there a way to place the QBE Grid on a form or open it from a command button. Thanks. Click to expand... To create a new query... DoCmd.RunCommand acCmdNewObjectQuery To Open an existing query... DoCmd.OpenQuery "QueryName",acViewDesign
J James Napolitano Jun 16, 2004 #3 Thanks for the support! -----Original Message----- To create a new query... DoCmd.RunCommand acCmdNewObjectQuery To Open an existing query... DoCmd.OpenQuery "QueryName",acViewDesign -- I don't check the Email account attached to this message. Send instead to... RBrandt at Hunter dot com . Click to expand...
Thanks for the support! -----Original Message----- To create a new query... DoCmd.RunCommand acCmdNewObjectQuery To Open an existing query... DoCmd.OpenQuery "QueryName",acViewDesign -- I don't check the Email account attached to this message. Send instead to... RBrandt at Hunter dot com . Click to expand...