View Full Version : How do I add an unbound control to a query


darrrellx
11-23-2007, 12:23 PM
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

Pat Hartman
11-23-2007, 02:04 PM
Use the same calculation in the report that you used in the form.