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

Link Tables - Guidance

Status
Not open for further replies.

101287

MIS
Apr 8, 2006
189
US
I have MS Access 2002. I link an excel spreadsheet to acces but when I tried to changes fields it's "Read Only".

Is there any way that I can link the table and have update capabilities. Based on a book that I read I should be able to update the spreadsheet from access. I'm sure I'm missing something.

Your suggestions and/or advise will be appreciated.

Thank you for your help.

Luis
 
instead of a linked Table Create a query with this Sql

Code:
SELECT worksheetname.*
FROM [excel 8.0;imex=0;DATABASE=path\folder\workbookname.xls].worksheetname;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top