Remove record selector from query results display

clmarks

Registered User.
Local time
Today, 07:34
Joined
Jan 29, 2007
Messages
69
I need to prevent my users from deleting records displayed in a query. My first thought is to remove the record selectors at the left side of the display. Is there any way to do that?

Thanks.

Cherry
 
Don't use a query for display. Use it as a recordsource for a form, then you can manipulate what the user sees in the form.
 
Thanks! Once I thought about it, it was so obvious, but I had been racking my brains!
 
You are so welcome! I think everyone has those "Aha" moments. Even in answering quesitons, you can sometimes misread a question, then have the same thing occur. :)
 

Users who are viewing this thread

Back
Top Bottom