Clearing Forms

peters

Registered User.
Local time
Today, 17:08
Joined
Nov 9, 2000
Messages
24
I have two forms set-up to enter data to my database. Currently, when I open them, the form displays record 1 and you have use a command button to add a new form.

Is is possible to program my form so that it does not display record 1, but goes right to a blank form. (I would prefer the data enter not to be able to view previously entered data.)

Any advice would be appreciated.
Thanks.
 
What you could do is use a macro and program it to go straight to a blank form. If stuck just write again.
 
Go into design view of the form, then select form properties. Under the Data tab change Data Entry from No to Yes. Then when ever you open that form you will be in new record mode.

Only records entered in the current session will be viewable. You can even change that by removing the record selectors in the Format section of the form properties.

[This message has been edited by Talismanic (edited 12-19-2000).]
 
Thanks. This is exactly what I have been looking for.

Have a great day!
 

Users who are viewing this thread

Back
Top Bottom