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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Read Only Table in Access 1

Status
Not open for further replies.

Smithsc

MIS
Apr 20, 2007
143
GB
Hi,
I'm not sure if this is the correct Forum for this problem so appologies if I've got it wrong.

I've got a access db which contains a linked table (via ODBC) to an SQL db. I need to be able to delete the records on this table from access but every time I try it tells me the data is read only. I've checked the table permissions on the SQL side and they all allow me to delete records.

What am I doing wrong.

Many thanks for any help.
 
In fact, does Access recognize a PK ?

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
There are no primary keys or indexes on this table.
 
You need one, if you want to make changes to the table. You should be asked for a pk when you link the table.
 
I thought is was something simple. It worked.

Many thanks remou
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top