I have rows of data in a table showing as #DELETED on one computer when using Access but they are fine in both the SQL database and on other computers using
If you set a primary key on a field where SQL is using the ROW_NUMBER() function you can cast it to int. By default ROW_NUMBER() is int64 (bigInt).