G
Guest
I have and Access 2002 form that contains a subform. The subform is a continous form with a combo box as one of the fields. My issue is that when the user changes a combo box on the main form, I want to requery the combo box on the sub form. I have tried the following syntax in the after_update event of the main form combo box
Forms("frmcasetype").Controls("frmcasetypeservice").servicecombo.Requer
It gives me run-time error 438 Object doesn't support this property or metho
Can someone please help me with the correct syntax
Thanks
Forms("frmcasetype").Controls("frmcasetypeservice").servicecombo.Requer
It gives me run-time error 438 Object doesn't support this property or metho
Can someone please help me with the correct syntax
Thanks