R
Rita_M
I'm using Access as the reporting tool for a third-party-developed
proprietary database (I can't change the structure of the database). The
database has a "master" lookup table that includes every type of lookup value
for the entire database (not separate lookup tables for State code,
employment status, practitioner category, etc.)
My query joins the code from the first field to the code field in the master
lookup table and properly displays the description. When I attempt to join a
subsequent field to another instance of the master lookup table (using same
type of join as first lookup), the second instance of the lookup becomes
"lookup_1", but then gives a "Type Mismatch in Expression" error message. My
work around has been to copy the master lookup table and rename the copies
for as many instances as I need in my query, and then use those renamed
copies to do the joins. But I'd have to recopy those extra instances each
time I run my query to be sure I have the current data.
Any thoughts how to do this more efficiently? Thanks.
Rita
proprietary database (I can't change the structure of the database). The
database has a "master" lookup table that includes every type of lookup value
for the entire database (not separate lookup tables for State code,
employment status, practitioner category, etc.)
My query joins the code from the first field to the code field in the master
lookup table and properly displays the description. When I attempt to join a
subsequent field to another instance of the master lookup table (using same
type of join as first lookup), the second instance of the lookup becomes
"lookup_1", but then gives a "Type Mismatch in Expression" error message. My
work around has been to copy the master lookup table and rename the copies
for as many instances as I need in my query, and then use those renamed
copies to do the joins. But I'd have to recopy those extra instances each
time I run my query to be sure I have the current data.
Any thoughts how to do this more efficiently? Thanks.
Rita