R
Robert S. Johnson
The following line of code will not update my table. No
matter what i do I get a 'Run time error 3251' - "Object
or provider is not capable of performing requested
operation".
The table is created by importing data from an Excel
worksheet. I have tried changing the name of the field to
be updated; I have deleted the table and re-imported it. I
do not have an check constraints set. Both the value to be
put in the table and the field in the table are text
fields. The "Left(pstrAgyObj, 2)" produces the correct
value to be placed in the table.
!fldSmallObj = Left(pstrAgyObj, 2)
matter what i do I get a 'Run time error 3251' - "Object
or provider is not capable of performing requested
operation".
The table is created by importing data from an Excel
worksheet. I have tried changing the name of the field to
be updated; I have deleted the table and re-imported it. I
do not have an check constraints set. Both the value to be
put in the table and the field in the table are text
fields. The "Left(pstrAgyObj, 2)" produces the correct
value to be placed in the table.
!fldSmallObj = Left(pstrAgyObj, 2)