I have 2 tables .. they have a one to one relationship.
(mock field names and tables)
I am trying to create a query like so:
The problem is obvious:
Is there a workaround?
Any thoughts?
[red]Tools | Internet Options | Clear History[/red]
(mock field names and tables)
Code:
[u]Table1[/u] [u]Table2[/u]
SpecialId <-----------> SpecialId
Field1 Field3
Field2 Field4
I am trying to create a query like so:
Code:
SELECT SpecialId, Field1, Field2, Field3 FROM Table1, Table2 WHERE ...
Code:
The specified field 'Field1' could refer to more than one table listed in the FROM clause of your SQL statement.
Is there a workaround?
Any thoughts?
[red]Tools | Internet Options | Clear History[/red]