G
Guest
I'm having some problems with one of my Access databases and you all seem
like a very knowledgeable group so I will present my problem.
I link to an excel spreadsheet (using TransferSpreadsheet in VBA) and then
run an update query on that linked spreadsheet. The problem is that this
corrupts the data in the spreadsheet! The SQL statement I run is :
UPDATE XLSheet INNER JOIN Table1 ON XLSheet.FNo=Table1.ActiveFNo
SET XLSheet.[New Supplier Comments] = Table1.note;
Does anyone know why this would fail? If I Import the spreadsheet rather
than link to it, it works fine! But this isn't a good solution for me
because I need to change the data in the spreadsheet from Access in VBA code.
Has anyone done something like this? It would be a big confidence booster
for someone to say that it has worked for them. I have a bad feeling that
this is a bug in Access and that I am stuck
I'm using Access 2002 SP3.
Thanks in advance,
Nate
like a very knowledgeable group so I will present my problem.
I link to an excel spreadsheet (using TransferSpreadsheet in VBA) and then
run an update query on that linked spreadsheet. The problem is that this
corrupts the data in the spreadsheet! The SQL statement I run is :
UPDATE XLSheet INNER JOIN Table1 ON XLSheet.FNo=Table1.ActiveFNo
SET XLSheet.[New Supplier Comments] = Table1.note;
Does anyone know why this would fail? If I Import the spreadsheet rather
than link to it, it works fine! But this isn't a good solution for me
because I need to change the data in the spreadsheet from Access in VBA code.
Has anyone done something like this? It would be a big confidence booster
for someone to say that it has worked for them. I have a bad feeling that
this is a bug in Access and that I am stuck
I'm using Access 2002 SP3.
Thanks in advance,
Nate