T
Tru
I have a textbox (txtEmployeeID) whose Control Source is = to a combo box
(cboEmployee) first column which is hidden, ei., =cboEmployee.Column(0)
The problem is when I navigate record to record txtEmployeeID is sometimes
blank (null). Why does this happen when txtEmployeeID Control Source is
=cboEmployee.Column(0). It works fine when I use this instead =cboEmployee
in the Control Source but that is not the value I want the txtEmployeeID to
display.
I have tried using the Forms OnCurrent Procedure but this happens there also.
(cboEmployee) first column which is hidden, ei., =cboEmployee.Column(0)
The problem is when I navigate record to record txtEmployeeID is sometimes
blank (null). Why does this happen when txtEmployeeID Control Source is
=cboEmployee.Column(0). It works fine when I use this instead =cboEmployee
in the Control Source but that is not the value I want the txtEmployeeID to
display.
I have tried using the Forms OnCurrent Procedure but this happens there also.