Using the Orders Sample DB - DAO, Access 2000 as an example, is it possible after completing an order - (that is selecting customer via combo box, required fields, order info and clicking on the * to get new record) to have
the new record display the just-completed order's customer? I have a similar db and I've tried to follow KB 210236 but so far I haven't been able to get it. I already have an [event procedure] with other actions in the On_Current Event on the form. I don't see how to include all my other actions plus =AutoFillNewRecord([Forms]![Customers] as suggested in the KB article. I'm just starting to move beyond macros into VBA & the Forms events are much like macros, but beyond that I'm pretty lost.
Thanks in advance.
SharonKY
the new record display the just-completed order's customer? I have a similar db and I've tried to follow KB 210236 but so far I haven't been able to get it. I already have an [event procedure] with other actions in the On_Current Event on the form. I don't see how to include all my other actions plus =AutoFillNewRecord([Forms]![Customers] as suggested in the KB article. I'm just starting to move beyond macros into VBA & the Forms events are much like macros, but beyond that I'm pretty lost.
Thanks in advance.
SharonKY