Open Query

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hi everyone,

I'm able to open the query by clicking "Ok" command button but I am trying
to make the pop up from the list of tables on Query Screen automaticly
rather than clicking a button to get a list of tables.

After running the query, is there a way to turn the query into snapshot
without edit the query like READ only.

Your help would be much appreciated.

Thanks.
 
Hi everyone,

I'm able to open the query by clicking "Ok" command button but I am trying
to make the pop up from the list of tables on Query Screen automaticly
rather than clicking a button to get a list of tables.

After running the query, is there a way to turn the query into snapshot
without edit the query like READ only.

Your help would be much appreciated.

Thanks.

Could you explain what you're trying to *accomplish*? I very rarely
"run a query" in the sense of opening a query datasheet; if I want to
present data to a user I'll open a Form based on the query (and that
Form's Allow Updates property can be set to FALSE); if I want to
export or use the data otherwise, I'll create a Recordset based on the
query in VBA code.
 

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