How do I add an unbound control to a query

darrrellx

Registered User.
Local time
Today, 13:47
Joined
Apr 25, 2005
Messages
22
I have an inventory transaction file that has quantity on hand as a calculated field. I am trying to add this unbound field to a report using a query but I can't figure out how to add my quantity on hand field to the query since it is a calculated field and not a bound control.

Any help would be appreciated.

Thanks

darrrellx
 
Use the same calculation in the report that you used in the form.
 

Users who are viewing this thread

Back
Top Bottom