datacontrol
Registered User.
- Local time
- Today, 21:10
- Joined
- Jul 16, 2003
- Messages
- 142
okay....
This code works really well, thanks.
I still have a problem importing the generated .xls file into Access. The first column is the trouble some one. when I import, I lose 73 pieces of data from this column, because of field size and the fact that the data is alphanumeric in some cases.
The method I am using to import the .xls is transfer spreadsheet via a macro. I have even tried creating the "dump" table myself, specifying text, long integer, etc. nothing seems to work. It is just this field that is causing the issues.
I attached the generated error table upon import.
line 48: BRG10000443464
- this is the first error line (notice it contains ALPHA)
This code works really well, thanks.
I still have a problem importing the generated .xls file into Access. The first column is the trouble some one. when I import, I lose 73 pieces of data from this column, because of field size and the fact that the data is alphanumeric in some cases.
The method I am using to import the .xls is transfer spreadsheet via a macro. I have even tried creating the "dump" table myself, specifying text, long integer, etc. nothing seems to work. It is just this field that is causing the issues.
I attached the generated error table upon import.
line 48: BRG10000443464
- this is the first error line (notice it contains ALPHA)
Last edited: