gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
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:
here is the source selection for that combo: "BID";"NB";"NQ";"MIN"
I tried with no success:
Code:
Sub Command1000_Click()
[_NO_BID_RANGE_01] = "NB"
End Sub
here is the source selection for that combo: "BID";"NB";"NQ";"MIN"
Last edited: