Form with and without data entry?

beatleman

Registered User.
Local time
Today, 11:56
Joined
Mar 28, 2007
Messages
21
Hi all, i have a form with a header that contains a few data entry txt boxes and a search button, with the body of the form returning the filtered results of my search criteria. Now i've had to set the form properties to Data entry to allow data to be entered, but it also allows the filtered returned records to be edited also! How do i lock the returned records so they can't be modified?
i.e no data entry? TIA
 
Check out the DataEntry property in Access help.

Dave
 
Set the AllowAdditions property to YES and AllowEdits property to NO. That will let you add new records, but not edit existing ones.
 

Users who are viewing this thread

Back
Top Bottom