Disable showing new(empty) record in a form??

aweizd

Registered User.
Local time
Today, 09:20
Joined
Apr 8, 2005
Messages
12
Hi,

I am currently working on a database and I'm using a form to view the records. A standard Access behavior is to show an empty record (new record) as the last one. is there a way to disable this "feature". I would like my form to display only the records, which are really filled with data and not show the blank one at the end??

Thanx in advance
Luke
 
In the form properties. Set the DateEntry to "No"

Col
 
similar to Colin's

set

allowadditions No
 
how to set Set the DateEntry = No by vba on load event?

thanks
 

Users who are viewing this thread

Back
Top Bottom