I need to add a Constant variable on my form. The form uses a combo to select criteria. the criteria is then used when queries are run via buttons on the form. So I want to be able to select the criteria and I though the simplest way would be to right it to update the Default value of the Combo...but it won't work???
I made this up with a text control
Private Sub cobSystem_Change()
cobSystem.SetFocus
txtSystem.DefaultValue = cobSystem.Text
End Sub
the Text box comes up with #Name?
Thanks
Ziggy
I made this up with a text control
Private Sub cobSystem_Change()
cobSystem.SetFocus
txtSystem.DefaultValue = cobSystem.Text
End Sub
the Text box comes up with #Name?
Thanks
Ziggy