I am trying to join a access to my sql server. I made the ODBC
connection ok and was able to bring the table up in Access, but.
All the fields had #deleted in them. When I added new data in access,
it should up on my sql server ok, but if I refresh the access spread
sheet, the new data I entered got replace with #deleted.
I did some resercah and found a comment about Access not knowing the
key index, I open it in design vue and it had the key logo next to the
id column.
I need help!!!!!
-Ted
Try deleting the linked table and relinking it. A window should appear that
allows you to select the fields that identify the unique records.
Select the fields that make up the primary key or if in doubt, select the
first 10 fields. Access will not let you choose more than 10 fields to
identify the primary key.
--
Brian Conner
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-programming/200912/1
http://support.microsoft.com/kb/128809
--Mary
Thank you for your help,
it seems like access does not like a bigint for the key value, chnage
all my indexes to int and it works fine!!