S
shairal
I have created an Access application for my end users to add and update data
in a table in SQL server (2000). Currently they use a form to update or add
individual items of data to the SQL table and all works great. However, I
have had a request to create a way to do a mass update, say from an Excel
file, to the SQL table.
I have linked to my Excel file in Access and tried an Append query to append
the data to my SQL table, but I think my primary key field, which is an
identify seed in my SQL table is messing me up. I looked at Pass Through
queries, but I cannot get it to recognize my linked Excel table in the Access
db.
Is there a way to do a mass update via Access to a SQL table with an
identity seed set? Any help would be greatly appreciated!!
in a table in SQL server (2000). Currently they use a form to update or add
individual items of data to the SQL table and all works great. However, I
have had a request to create a way to do a mass update, say from an Excel
file, to the SQL table.
I have linked to my Excel file in Access and tried an Append query to append
the data to my SQL table, but I think my primary key field, which is an
identify seed in my SQL table is messing me up. I looked at Pass Through
queries, but I cannot get it to recognize my linked Excel table in the Access
db.
Is there a way to do a mass update via Access to a SQL table with an
identity seed set? Any help would be greatly appreciated!!