I am using Access 2000 and I have a tabbed form. On one tab I have a subform in datasheet view (The mainform is customers, the subform is invoices) When a user adds a record to the invoice subform I have code in the last control's exit event that performs some calculations on the main form. This is the last line in my code for the subform exit event:
Now, when I move off the firing control event and no new record is added it will move to the last record. However, when I add a new record it seems to ignore that code and pops to the first field of the first record.
Thanks in advance for any ideas!
Baggie
Code:
Forms!frmInputTabs!frmInvoice.Form.Recordset.MoveLast
Now, when I move off the firing control event and no new record is added it will move to the last record. However, when I add a new record it seems to ignore that code and pops to the first field of the first record.
Thanks in advance for any ideas!
Baggie