simon551
IS-IT--Management
- May 4, 2005
- 249
Hi, I can't figure out why this isn't an updateable query (access 2007)
It's just 2 tables with a text field join. Seems straight forward enough but maybe I'm rusty...
Code:
SELECT [_vendorJoin].joinId, [_vendorJoin].vendor_et, [_vendorJoin].vendor_or_othername_qb, [_vendorJoin].qb_type, [_vendorJoin].[qb_othername-overwrite]
FROM _vendorJoin INNER JOIN [_temp_ettrans-received_cc_vendors] ON [_vendorJoin].vendor_et = [_temp_ettrans-received_cc_vendors].vendor;
It's just 2 tables with a text field join. Seems straight forward enough but maybe I'm rusty...