I had the same problem, What i did was in the vb code of the button i had code some thing like this
DoCmd.GoToRecord , , acNext
DoCmd.GoToRecord , , acPrevious
Well this generated the number. I know this is not the most effective way but helped me at that point.
Can you advise,What i want to do is, have an auto number created and tie that auto number to the id in the combo box. The steps would be like this
1. Select the id from the combo.
2. check the box (true/false) that generates the autonumber
3. Have id and autonumber in the same table through append. I am having problem here.
Can any one help.
I want the result to be
ID Autonumber
1 7003
2 7004
Thanks in advance
Dwight