J
JL
I've used access for a while, but I'm just getting started with VBA.
On a form I'm trying to set a text box's control source. The control
source will depend on user input from another form(menu). I'm good with
the If then statements, but I can't seem to get the syntax right for
setting the control source. This is my code.
Me.TextBox.ControlSource = Me.[Q2 Budget]
Thanks so much. JL
On a form I'm trying to set a text box's control source. The control
source will depend on user input from another form(menu). I'm good with
the If then statements, but I can't seem to get the syntax right for
setting the control source. This is my code.
Me.TextBox.ControlSource = Me.[Q2 Budget]
Thanks so much. JL