M
Mishanya
1. I have a simple Add Query wich copies a data from tbl1 (wich is
linked-to-Excel table) to tbl2 (wich is local Access table). The tables are
related by Id field.
The query works fine, when I show only the updating table (tbl1) in the
design query view.
But when I show in the design query view the updated table as well (for
example, to check the relation type) and try to run the query, I get Mismath
Type error 3615.
The SQL gets this addition:
LEFT JOIN tbl2 ON tbl1.Id = tbl2.2
What's wrong?
2. If I change the relation between tables directly in the Query design
view, does it affect the main database table relation scheme and vice-versa -
if I change it in the main scheme, does it affect the existing query?
linked-to-Excel table) to tbl2 (wich is local Access table). The tables are
related by Id field.
The query works fine, when I show only the updating table (tbl1) in the
design query view.
But when I show in the design query view the updated table as well (for
example, to check the relation type) and try to run the query, I get Mismath
Type error 3615.
The SQL gets this addition:
LEFT JOIN tbl2 ON tbl1.Id = tbl2.2
What's wrong?
2. If I change the relation between tables directly in the Query design
view, does it affect the main database table relation scheme and vice-versa -
if I change it in the main scheme, does it affect the existing query?