View Full Version : access connection thru odbc to sql server


ofersd
04-01-2010, 08:30 AM
i'm using msaccess aplication with linked table to sql server.
when i'importing a table from sql to msaccess all sseem good but
when i'm using linked table
i'm getting on all field the value #Deleted
Has some one have an idee ???????????
ofer

FoFa
04-01-2010, 10:05 AM
Sounds like it could be a primary key issue. Check that first.

ofersd
04-01-2010, 10:42 AM
Sounds like it could be a primary key issue. Check that first.
Sorry ir is not a primery key
i all ready check it.
how ever if i making the linked table in excell it's work perfectly
ofer

FoFa
04-07-2010, 12:36 PM
Well access is basically saying, I think I should have this record, based on the primary key value I have, but it is gone, so it must be deleted.
Have you tried relinking the table?

ofersd
04-12-2010, 10:48 AM
Well access is basically saying, I think I should have this record, based on the primary key value I have, but it is gone, so it must be deleted.
Have you tried relinking the table?
yes i allready did it couple of times