sql tables deleted

B

Bret

I have a linked SQL table to my Access frontend.
My process purges the SQL table source data thru a pass thru Access query.
Then it appends an Access table back into the linked SQL table.
Problem is when I do this all the fields and cells read "#Deleted, no data
has appended. When I go to to SQL to view the source table, it has all the
data there, its just not displaying in the linked table. Please why does
this happen and what can I do to remedy this?

thanks in advance
 
R

Rick Brandt

Bret said:
I have a linked SQL table to my Access frontend.
My process purges the SQL table source data thru a pass thru Access
query. Then it appends an Access table back into the linked SQL table.
Problem is when I do this all the fields and cells read "#Deleted, no
data has appended. When I go to to SQL to view the source table, it
has all the data there, its just not displaying in the linked table.
Please why does this happen and what can I do to remedy this?

thanks in advance

Add a Timestamp column to your table on SQL Server.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top