QBE Grid

  • Thread starter Thread starter James Napolitano
  • Start date Start date
J

James Napolitano

Is there a way to place the QBE Grid on a form or open it
from a command button.
Thanks.
 
James Napolitano said:
Is there a way to place the QBE Grid on a form or open it
from a command button.
Thanks.

To create a new query...
DoCmd.RunCommand acCmdNewObjectQuery

To Open an existing query...
DoCmd.OpenQuery "QueryName",acViewDesign
 
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


.
 

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

Back
Top