newnoviceuser
Programmer
I will try to explain this as best I can. I hope someone is familiar with access and foxpro. i want to do this in access. In foxpro you can use this
x="q"
q="test"
if you use ?x you get q if you use ?&x you get test.
its called macro substitution.
how do you do that in access vba?
x="q"
q="test"
if you use ?x you get q if you use ?&x you get test.
its called macro substitution.
how do you do that in access vba?