R
Rich D
I have an invoice table showing (among others) "vendor name" and "phase".
I also have a vendors table including "vendor name" and "vendor number". In
a third table, I have "phase" and "phase codes". I want to end up with a
query (and subsequently a report) pulling in the "vendor number"
corresponding to the "vendor name" and the "phase code" corresponding to the
"phase". With no criteria added, I would think it should show all invoices in
the table with the corresponding added 2 columns from the other 2 tables.
Instead, I get "type mismatch in expression". When I look at the
relationships, it has connected the invoices table items to the
Access-assigned ID(primary key) in each of the other 2 tables. If I change
the relationships to what I think it should be, it still gives me "type
mismatch in expression". What am I not understanding about this? Thanks for
any help you can give me.
I also have a vendors table including "vendor name" and "vendor number". In
a third table, I have "phase" and "phase codes". I want to end up with a
query (and subsequently a report) pulling in the "vendor number"
corresponding to the "vendor name" and the "phase code" corresponding to the
"phase". With no criteria added, I would think it should show all invoices in
the table with the corresponding added 2 columns from the other 2 tables.
Instead, I get "type mismatch in expression". When I look at the
relationships, it has connected the invoices table items to the
Access-assigned ID(primary key) in each of the other 2 tables. If I change
the relationships to what I think it should be, it still gives me "type
mismatch in expression". What am I not understanding about this? Thanks for
any help you can give me.