I'm attempting to update/refresh a combo box in a subform when a combo box in the main form is updated. I've tried to requery but an error stating the object doesn't support the method or action.
The basic code I tried on the After Update event of the Combo Box in the Main Form is:
Forms!sbfrm_Call!sbfrm_Call_Enroll!Classes.Requery
Thanks,
The basic code I tried on the After Update event of the Combo Box in the Main Form is:
Forms!sbfrm_Call!sbfrm_Call_Enroll!Classes.Requery
Thanks,