Force Autonumber to generate

Joined
Jul 19, 2011
Messages
1
Reaction score
0
I have a new record entry form in my Access 2007 DB which has a datasheet view subform in it. When the form is opened, the primary key (autonumbered) says "(New)" until a field in the form is edited, at which point the primary key is populated with the next auto-number.

However, if i proceed directly to the datasheet view subform and add items, the primary key is never generated, which, if the user closes the form at this point, breaks a query for a report (no primary key for the main records)

How can i programatically tell the form to generate the autonumber? I've tried running the acCmdSaveRecord command on various event and even when the event fires this does not solve my problem.

Thanks in advance!

Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top