How to make result of query like text box?

  • Thread starter Thread starter tom
  • Start date Start date
T

tom

I have a query that returns one value. I want this to take
as small a space on the form as possible. How to put
it on a form without the scroll bars and all that stuff
I do not need?
 
I have a query that returns one value. I want this to take
as small a space on the form as possible. How to put
it on a form without the scroll bars and all that stuff
I do not need?

The query returns just one value?
Using an Unbound text control on the form:
=DLookUp("[FieldName]","QueryName")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top