View Full Version : Autonumber default value


npierson
05-23-2001, 08:06 AM
Instead of having a user tab through all of the existing autonumbers so they can enter a new record, how can I get the autonumber field to default to no existing value (says "(AutoNumber)"). I would like a user to be able to enter a new record on first run without modifying any existing information.

Any help will be greatly appreciated,

Thanks,

Nick

charityg
05-23-2001, 08:46 AM
Set the form's DataEntry property to Yes.

npierson
05-23-2001, 09:18 AM
I thought I would have to do something really complicated, thanks.

Nick