hide data in form view

  • Thread starter Thread starter KelliC
  • Start date Start date
K

KelliC

Hello, I appreciate any advice on how to restrict a user from seeing other
data that has been entered into a form.
What I'm doing is creating a data entry form and I don't want the person
entering data to see the data that is already there from previously entered
surveys.
Does anyone know if this is possible? Access 2003.
Thank you.
 
Hello, I appreciate any advice on how to restrict a user from seeing other
data that has been entered into a form.
What I'm doing is creating a data entry form and I don't want the person
entering data to see the data that is already there from previously entered
surveys.
Does anyone know if this is possible? Access 2003.
Thank you.

Set the form's DataEntry property to Yes.
It's on the Form's property sheet's Data Tab.
Only new record entry will be available.
Only records entered during the current session will be viewable.
 
Thank you! Just what I needed.

fredg said:
Set the form's DataEntry property to Yes.
It's on the Form's property sheet's Data Tab.
Only new record entry will be available.
Only records entered during the current session will be viewable.
 
Back
Top