hansdebadde
Technical User
I have a report i am creating useing Access 2010 and my data is on a SQL 2008 R2 backend. The main table for the report tbl_CB_or_CA has multiple lookups in it, they are:
CB_or_CA_Method_ID
CB_or_CA_Source_ID
CB_or_CA_Target_ID
These are the IDs that link to the field LookupID in another table tbl_Lookups and the field str_Item has the text for
Methods ["email", "phone call", "message"]
Sources ["manager","employee","supervisor"]
Targets ["manager","employee","supervisor"]
I added the tbl_Lookups to the record source for the report 3 times, one linking to ...Method_ID, one to...Source_ID etc.
These tables were renamed as tbl_Lookups, tbl_Lookups_1, tbl_Lookups_2 by Access. When i try to put in str_Item from each in the report, access keeps switching them back to tbl_Lookups and i get three copies of Method, rather than Method, Source and Target.
I hope this makes sense. I need help!
CB_or_CA_Method_ID
CB_or_CA_Source_ID
CB_or_CA_Target_ID
These are the IDs that link to the field LookupID in another table tbl_Lookups and the field str_Item has the text for
Methods ["email", "phone call", "message"]
Sources ["manager","employee","supervisor"]
Targets ["manager","employee","supervisor"]
I added the tbl_Lookups to the record source for the report 3 times, one linking to ...Method_ID, one to...Source_ID etc.
These tables were renamed as tbl_Lookups, tbl_Lookups_1, tbl_Lookups_2 by Access. When i try to put in str_Item from each in the report, access keeps switching them back to tbl_Lookups and i get three copies of Method, rather than Method, Source and Target.
I hope this makes sense. I need help!