Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combo boxes and command buttons

Status
Not open for further replies.

jonu61

Technical User
Sep 16, 2003
16
US
Hi.

My question here is probably quite simple but I am going to post it anyways. I have a combo box to select a query. I also have a command button the command button is there to open the query. When the user selects the query the want to view in the combo box I want them to push the command button. When the command button is pushed the query will open the query selected in the combo box. I want them to just view the query in table view. How is the best way of doing this. I have tried many ways but for some reason it is updating my table. I appreciate all of the help and apologize for asking such a simple question.

Thanks In Advance,
Jon
 
Have you set the queries to Read only? In the Macro you are using to open the query, or in VBA for that matter, you can specify to open the query as Read Only. Then no one can change the data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top