S
Stewart Berman
Access 2007
I am getting a "Specify the table containing the records you want to delete" error when trying to
delete rows in a linked table containing an attachment field using an inner join.
I have reproduced the problem using a table structure with two fields:
PrimaryKeyField Autonumber
Picture Attachment
The query is:
DELETE Table1.*
FROM Table1 INNER JOIN Table2 ON Table1.PrimaryKeyField = Table2.PrimaryKeyField;
With the attachment field in either table the query fails. If I remove the Attachment field from
both tables the query works.
This appears to be a bug in the Access 2007 SQL engine -- where do I report it?
I am getting a "Specify the table containing the records you want to delete" error when trying to
delete rows in a linked table containing an attachment field using an inner join.
I have reproduced the problem using a table structure with two fields:
PrimaryKeyField Autonumber
Picture Attachment
The query is:
DELETE Table1.*
FROM Table1 INNER JOIN Table2 ON Table1.PrimaryKeyField = Table2.PrimaryKeyField;
With the attachment field in either table the query fails. If I remove the Attachment field from
both tables the query works.
This appears to be a bug in the Access 2007 SQL engine -- where do I report it?