CptCrusty1
Programmer
I am trying to create a report to give count of a list of different Fields. My "Master Table" I'll just call tblMaster, which contains data about cars that have been sold,i.e. New_Used, VIN, StockNum, Customer, etc. The table also has purchasable options like: LoJack, Etching, Tinting, etc. I need to create a report which is going to count the total for a given time. I already have a query to select a date range. (I know I'm long-winded). My problem is thus: I don't think I can get that kind of an answer in 1 query, but I can't put multiple sources in a report unless they are related. Can I dump a text box in the report and use a query as the control source to populate the box? Without telling the Form what my source is? What kind of special formatting do I need?
HELP?
HELP?