to clear forms

N

newaccess

I have a form through which I enter data into my table.If I reopen th
form the last record which I entered remians and overwrites the record
previously entered into the table.What can be done to show a blankfor
when each time the database is opened?please suggest
 
A

Albert D.Kallal

change the forms data entry property to yes, and then it will always go to
new records.....
 
N

newaccess

Hi Thanks much for your reply.I am a newbie to access and was not abl
to find where the datanentry property of the form.Can you please tel
me how I should do this?Thanks agai
 
A

Albert D.Kallal

Sure, open up the form in design mode (close it if it is open already).

now, view the forms property sheet
(in the main menu go view->Properties if the properity sheet is not already
showing)

now, on the data tab, note the option called

Data Entry

set the above to yes...
 
Top