View Full Version : Clearing Forms


peters
12-19-2000, 05:25 AM
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.

Cedwards
12-19-2000, 05:39 AM
What you could do is use a macro and program it to go straight to a blank form. If stuck just write again.

Talismanic
12-19-2000, 05:43 AM
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).]

peters
12-19-2000, 06:36 AM
Thanks. This is exactly what I have been looking for.

Have a great day!