B
Bob Hughes
I have a form with 2 subforms
subform 2 updates the data behind subform 1 which I would like to see
reflected in that subform
I have tried
Forms.FrmMain.FrmSub1.Requery
but the system gives me
run-time error 2464
Application-defined or object-defined error
How should I do this?
Bob
subform 2 updates the data behind subform 1 which I would like to see
reflected in that subform
I have tried
Forms.FrmMain.FrmSub1.Requery
but the system gives me
run-time error 2464
Application-defined or object-defined error
How should I do this?
Bob