Display Data In Form From A Query

  • Thread starter Thread starter GeorgeSoares
  • Start date Start date
G

GeorgeSoares

I have a form with the Control Source as
"=Query!QTYForPPMProduction!SumOfQTY_PRODUCED"
and this query runs prior to the form opening.
The query runs fine, and the proper data displays in the datasheet view, but
my form Text Box will not show the data.
Any suggestions out there?
 
=DLookup("[SumOfQTY_PRODUCED]", "[QTYForPPMProduction]")
 

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