I have a button on a form. When I click that button I want it to change the value of a field (Combobox) on that form. The field on the form is named _NO_BID_RANGE_01
I tried with no success:
Sub Command1000_Click()
[_NO_BID_RANGE_01] = "NB"
End Sub
here is the source selection for that...