I need to create a report based on some regular tables in my DB and a couple of answer tables that are created by running queries just before running the report. I made the queries in the standard QBE mode but can't figure out any way to get it to make fields in the answer table to be keys. I want a composite key made from the first two fields in the answer table.
Of course I can go and restructure the answer table after running the query, and add the keys, but that is no good. I need to automate this so the answer table is generated and then used in the report.
Is there any way to tell QBE to make an answer table field be a key?