C
Craig
I have a form with a subform on it that has comboxes on
it. I want to add data to the cbobox via a dialogue type
form. On the OnClose event of the dialogue form I would
like to requery the cbobox on the subform. BTW I cannot
use the NotInList method for this. This is my line on the
OnClose event that I'm trying:
Forms("frmTimeCards").Controls
("fsubTimeSheetLineItems").Control("cboJobCodeID").Requery
TIA
--Craig
it. I want to add data to the cbobox via a dialogue type
form. On the OnClose event of the dialogue form I would
like to requery the cbobox on the subform. BTW I cannot
use the NotInList method for this. This is my line on the
OnClose event that I'm trying:
Forms("frmTimeCards").Controls
("fsubTimeSheetLineItems").Control("cboJobCodeID").Requery
TIA
--Craig