Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Write Access to ACCESS after migration to SQL

Status
Not open for further replies.

KIOhio

MIS
Jan 8, 2003
15
US
I am responsible for an ACCESS data base that has been migrated to SQL server. Two tables have been added. I cannot add data to these tables. There is no blank white row to type in, and the arrows at the bottom left are grey out. The INSERT menu is also all grey. The SQL guys say this is an ACCESS issue. I need help. How can I get write access to these tables. I am at the admin/owner level.

Thanks,

Dan
 
If you do not have a uniquely identifying field in a SQL table, then Access cannot write to it. YOu must have a primary key, an identity field, a GUID or unique constaint on the SQL table to be able to write to it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top