Sierra,
I see a rogue space at the end of...
FROM [Mailing List Final Query Table ]
Do you really have a table named [Active, Pending, Sold]? I would
definitely not recommend putting commas in the name of a table - in
fact, I didn't think Access would allow it!
And do you have a field named [Expr1] in each of these tables? What is
this?
Be aware that the newsreader is wrapping the text so I am not sure where
you have the line breaks in your actual expression.
You have copy/pasted this from the SQL view of a query, right?
--
Steve Schapel, Microsoft Access MVP
Almost there. Have everything else good!
Let's work on this some more.
Here's the expression I built using your templete
I get an invalid syntax error. Are the spaces right.
DELETE [Mailing List Final Query Table].*
FROM [Mailing List Final Query Table ] INNER JOIN [Active, Pending, Sold] ON
[Mailing List Final Query Table].[Expr1]
= [Active, Pending, Sold].[Expr1]
WHERE [Mailing List Final Query Table].[Status]="Pending" Or [Mailing List
Final Query Table].[Status]="active" Or [Mailing List Final Query
Table].[Status]="sold"
Table one, below, in my original example is really =[Mailing List Final
Query Table]
Table two, below, in my original example is really =[Active, Pending, Sold]
All parcel number fields in table one and two are = [Expr1]