mark curtis
Registered User.
- Local time
- Today, 20:52
- Joined
- Oct 9, 2000
- Messages
- 457
Dear all,
I am using a converted 97 db in a2002,
I have a main form called frmDocumentRegister with a tab control on with many sub forms. I have placed the following in one of the controls and the db keeps crashing after update:
Private Sub ApprovedBudget_AfterUpdate()
Me.listbox206.Requery
Forms!frmDocumentRegister.Refresh
End Sub
I think the refresh is the problem but the code works fine in a97.
Any help please
Mark
I am using a converted 97 db in a2002,
I have a main form called frmDocumentRegister with a tab control on with many sub forms. I have placed the following in one of the controls and the db keeps crashing after update:
Private Sub ApprovedBudget_AfterUpdate()
Me.listbox206.Requery
Forms!frmDocumentRegister.Refresh
End Sub
I think the refresh is the problem but the code works fine in a97.
Any help please
Mark