M
mark r
I am building SQL code to run a report using
dbengine (0)(0).querydef
I am
getting error message 3296
JOIN EXPRESSION NOT SUPPORTED
HELP: ON statement of join contains too many tables
the line that builds the join is:
cnst strcstub2 = "from table1 inner join table2 on
table1.id = table2.id"
this is the same line of code that works in a query I
already have.
I am using ACCESS2000
dbengine (0)(0).querydef
I am
getting error message 3296
JOIN EXPRESSION NOT SUPPORTED
HELP: ON statement of join contains too many tables
the line that builds the join is:
cnst strcstub2 = "from table1 inner join table2 on
table1.id = table2.id"
this is the same line of code that works in a query I
already have.
I am using ACCESS2000