S
Sam
I would like to refresh a combobox list (AppointmentCodeID) on a subform and
have tried:
Me.frmProcList2.Form!AppointmentCodeID.Refresh
and
Me.frmProcList2.Form.AppointmentCodeID.Refresh
which produces error "invalid method". I also tried setting the focus to the
subform control before the refresh with no improvement. How can I do this?
Thanks so much!
have tried:
Me.frmProcList2.Form!AppointmentCodeID.Refresh
and
Me.frmProcList2.Form.AppointmentCodeID.Refresh
which produces error "invalid method". I also tried setting the focus to the
subform control before the refresh with no improvement. How can I do this?
Thanks so much!