I'm working with an old table design that was a single table (tblMain) and then "look up" tables for vendors, transportation carriers, users, etc, etc.
I'm being limited by the way these "look ups" were integrated.
Ex.:
tblMain includes prjmgr_id field (as TEXT) (field displays prjmgr name not id #)
tblprjmgr has fields
prjmgr_id (as autonumber)
prjmgr (as text)
Not a problem so far, but when I need to do quearies for exports (to Excel, etc), I get the prjmgr_id field as TEXT (the Project Manager name) on the query screen and the ID number in the export file.
When I try to link tblprjmgr into the query so I can get the prjmgr field (names) in the Export file, I get type Mismatch errors and can't link prjmgr_id (autonumber field) in tblprjmgr to prjmgr_id (text field) in tblmain
IS there any way around this error?
Thank you,
Lyne
I'm being limited by the way these "look ups" were integrated.
Ex.:
tblMain includes prjmgr_id field (as TEXT) (field displays prjmgr name not id #)
tblprjmgr has fields
prjmgr_id (as autonumber)
prjmgr (as text)
Not a problem so far, but when I need to do quearies for exports (to Excel, etc), I get the prjmgr_id field as TEXT (the Project Manager name) on the query screen and the ID number in the export file.
When I try to link tblprjmgr into the query so I can get the prjmgr field (names) in the Export file, I get type Mismatch errors and can't link prjmgr_id (autonumber field) in tblprjmgr to prjmgr_id (text field) in tblmain
IS there any way around this error?
Thank you,
Lyne