tpickles1984
Registered User.
- Local time
- Today, 09:07
- Joined
- Feb 5, 2003
- Messages
- 19
I have a query in my database that returns a single value. Is there any way to set up a text box in a form that will simply display this value? So far I've tried creating an unbound text box, and then using expression builder to refer to the query for the control source, which produces this code:
=[QryMaxSerial+1]![Expr1]
This goes into the control source property for the text box, but when I run the form it comes up with the message:
#Name?
Any ideas? Any help would be much appreciated
=[QryMaxSerial+1]![Expr1]
This goes into the control source property for the text box, but when I run the form it comes up with the message:
#Name?
Any ideas? Any help would be much appreciated