R
Rani
HI guys
I have a form (Choze_FRM) containing a combo box (CustNameCombo) I defined
an On Not In List event that opens another form (AddCustFRM) first field on
that form is CustName,
I am using an on get focus event to pass the value entered on the combo box
to the new field.
I'm using :
Private Sub CustName_GotFocus()
CustName = Forms![Choze_Frm]![CustNameCombo]
End Sub.
and I am not getting anything.
can you guys tell me what am I doing wrong ?
I have a form (Choze_FRM) containing a combo box (CustNameCombo) I defined
an On Not In List event that opens another form (AddCustFRM) first field on
that form is CustName,
I am using an on get focus event to pass the value entered on the combo box
to the new field.
I'm using :
Private Sub CustName_GotFocus()
CustName = Forms![Choze_Frm]![CustNameCombo]
End Sub.
and I am not getting anything.
can you guys tell me what am I doing wrong ?