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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query design view disable

Status
Not open for further replies.

aajaydee

Technical User
Oct 16, 2005
39
US
I have build small program and allowed user to build query for search
is there any way I can restrict them to modify data
like disable menu bar when user see query in desing view


Thanks


 
In query properties change recordset type to snapshot which is not updatable.
 
I want some how either disable menu bar or some thing that prohibits user to make any modification in query in design time
 
allowed user to build query for search
Why not using Query By Form (QBF) concept instead of allowing the user to go in query design view ?
An example here:

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top