Jim
Thus if you try to look at the Address table from within Access it will
display the #Deleted, but if you look at the InventTable from within Access
all is fine.
If you open the Address table for design within Access (will be read only
mode) you will see that the table has some RecId (including references)
values as part of the unique identifyier (primary key). That is were your
problem is.
I read a suggestion to create views for these problem tables, but I'm still
looking for a MS Access fix versus a SQL work around.
Patrick