D
Daniel M
I have a list box that is populated by a query. I then have a check box and
a text box. when the check box is checked i want the contents of the list
box to be put in the text box.
I have:
If Check27 = True Then
[received esn] = [Forms]![incoming]![ESN]
Else
[received esn] = Null
End If
but it does not pull the info from the list box. can anyone tell me why?
a text box. when the check box is checked i want the contents of the list
box to be put in the text box.
I have:
If Check27 = True Then
[received esn] = [Forms]![incoming]![ESN]
Else
[received esn] = Null
End If
but it does not pull the info from the list box. can anyone tell me why?