hide data in form view

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.
 
F

fredg

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.
 
K

KelliC

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top