Here's the scenario:
- Opening multiple instances of a form (frmMultiple)
- frmMultiple contains a TabControl that controls the selection of a subform.
- One of these subforms contains another subform, and it's in that I need to move to a new record.
Problem:
Finding the 'DoCmd.GoToRecord , , acNewRec' not working for me. Can't use the form name as Access beeps "Can't find that object" and otherwise I find movement to a new record on frmMultiple.
Any ideas?
I'd prefer not to add records by DAO/ADO as I'm using some other form record triggers that I'd have to create workarounds.
----------------------------------------------------------
I faithfully promise stars for helpful responses!
- Opening multiple instances of a form (frmMultiple)
- frmMultiple contains a TabControl that controls the selection of a subform.
- One of these subforms contains another subform, and it's in that I need to move to a new record.
Problem:
Finding the 'DoCmd.GoToRecord , , acNewRec' not working for me. Can't use the form name as Access beeps "Can't find that object" and otherwise I find movement to a new record on frmMultiple.
Any ideas?
I'd prefer not to add records by DAO/ADO as I'm using some other form record triggers that I'd have to create workarounds.
----------------------------------------------------------
I faithfully promise stars for helpful responses!