B
Brian
Hello all.
This is what I want to do in vba code on form load.
Me.txtBanner.ControlSource = DLookup
("Version", "Version", "[Stop] = Yes")
The problem is that I need an equals sign before dlookup
or I get #Name in the text box.
can't put the dlookup error in quotes like this
"=DLookup("Version", "Version", "[Stop] = Yes")"
I get a compile error...end of statement.
any suggestions on how I do this?
This is what I want to do in vba code on form load.
Me.txtBanner.ControlSource = DLookup
("Version", "Version", "[Stop] = Yes")
The problem is that I need an equals sign before dlookup
or I get #Name in the text box.
can't put the dlookup error in quotes like this
"=DLookup("Version", "Version", "[Stop] = Yes")"
I get a compile error...end of statement.
any suggestions on how I do this?