I figured it out guys. Thanks for the help. I had the textbox in the page footer instead of the report footer. I have another issue now.
I want to run a query based on a combo box (Combo2) whose options are based on a query ran on another combo box (Combo1).
When I enter the criteria for my query based on the selection of combo2 as [forms]![takeoutform]![combo2], nothing shows up... Granted I have 4 columns in combo2, three of which are hidden. Do I need to specify which column I want my query to look up to match the criteria? If so, how do I go about doing that in SQL? I can do it in
vb, but that doesn't help. Is it not okay to create a query from a query?
The final goal is to have a form which two combo boxes, one based on the other and a textbox. The textbox will equal the difference between the sums of a column in two different tables. Basically it is for calculating the amount of inventory left by taking the sum of the a specific product bought minus the sum of that product used. The specific product is based on the two combo boxes, one is the name (combo1) and the other is the model number (combo2).
Thanks for all the help guys!