View Single Post
  #1  
Old January 29th, 2009, 10:40 PM posted to microsoft.public.access.forms,microsoft.public.access.formscoding
Paul
external usenet poster
 
Posts: 126
Default navigating to different records in a read only form

When you have a read-only form, (one whose "Allow Edits" property is set to
"No"), how do you get a record selection combo box to work in that form?

I have a form that uses a record selection combo box to select different
records. For some of my users, I have VBA set Allow Edits to "Yes," and for
others, "No." But when it's set to "No," the record selection combo box
won't work. How do you navigate to different records when you have a read
only form, if the combo box won't work?

Thanks in advance,

Paul