G
Gary
I'am trying to transfer an excel spreadsheet with one of the columns that has
a formula like =IF(AND(LEN(X3)=2,W3="R"),MID(X3,2,1),""). I have fill this
down on column AC of my excel sheet with the index changing of course.
I do the following DoCmd in Access 2000 & 2003:
DoCmd.TransferSpreadsheet acImport,
acSpreadsheetTypeExcel9, "USCNEWENTRY", TeamDirectory, True,
"A:AY"
I get an conversion error for all of the records that don't have a value
(when its executed). The Table has that field set to acccept "empty string"
too.
When I change the formula to ="" it's OK.
It generates a ErrorTable everytime the DoCmd is executed. I do have "On
Error Resume Next", but that doesn't work here because its one statemenet.
Can someone help to to stop the generation of the conversion error or table
???
Thank You,
G
a formula like =IF(AND(LEN(X3)=2,W3="R"),MID(X3,2,1),""). I have fill this
down on column AC of my excel sheet with the index changing of course.
I do the following DoCmd in Access 2000 & 2003:
DoCmd.TransferSpreadsheet acImport,
acSpreadsheetTypeExcel9, "USCNEWENTRY", TeamDirectory, True,
"A:AY"
I get an conversion error for all of the records that don't have a value
(when its executed). The Table has that field set to acccept "empty string"
too.
When I change the formula to ="" it's OK.
It generates a ErrorTable everytime the DoCmd is executed. I do have "On
Error Resume Next", but that doesn't work here because its one statemenet.
Can someone help to to stop the generation of the conversion error or table
???
Thank You,
G