G
Guest
Greetings all
I've got problem using requery method
I have a form with subform and this subform has listbox acting as the 3rd level subfor
I put requery method on the OnCurrent event so that when user move from record to record on the subform, the respective listbox that shows records related to it will change as well
The problem happens when I add records on the subform (I add it in coding when record on the mainform is added)
Everytime method recordset.addnew is executed the oncurrent is triggered and the requery method is run. This makes my code fails (error 3020, adding record without add new
Any help is greatly appreciated
Cheers
Djoezz
I've got problem using requery method
I have a form with subform and this subform has listbox acting as the 3rd level subfor
I put requery method on the OnCurrent event so that when user move from record to record on the subform, the respective listbox that shows records related to it will change as well
The problem happens when I add records on the subform (I add it in coding when record on the mainform is added)
Everytime method recordset.addnew is executed the oncurrent is triggered and the requery method is run. This makes my code fails (error 3020, adding record without add new
Any help is greatly appreciated
Cheers
Djoezz