Hopefully I can describe this here.
What I want to do is create a query/report that will retrieve data from specific table fields that I have selected using combo boxes in a Microsoft Access form. By doing this I can reduce all the reports I have to a minimum as most are exactly the same except for one field of which I want to select using the form.
I have the query retrieving all the data I need except for the specific responses in the field I need. I've tried to rename the field in the query using: Response: Forms![frm Reports]![Combo Report] for example, however this does not allow me to have the table named or doesn't work if I put it in there.
What I want to do is create a query/report that will retrieve data from specific table fields that I have selected using combo boxes in a Microsoft Access form. By doing this I can reduce all the reports I have to a minimum as most are exactly the same except for one field of which I want to select using the form.
I have the query retrieving all the data I need except for the specific responses in the field I need. I've tried to rename the field in the query using: Response: Forms![frm Reports]![Combo Report] for example, however this does not allow me to have the table named or doesn't work if I put it in there.