
April 5th, 2004, 09:18 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Autonumber in Form question
I have a form where an autonumber is generated when a selection is made
from a combo box. I need for the autonumber to save to the table so that I
can use it in a query so that I can run a query to append the autonumber to a different table.
I have placed this event in After_update, On Lost Focus,Before Update
of the combo box.
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
Thanks for any suggestions.
|