A
a7n9
Hello all,
This is a complicated problem. I'll try to explain what I'm trying to
achieve.
1. I have an Excel file which has specifications for text file we would
like to import in Access, it has field names, start and width.
2. I run a code to get these specs in the format of Access (when we
click on Advanced)
3. I create a Blank Access database (SpecsTbl) from VBA, create tables
MSysIMEXSpecs and MSysIMEXColumns.
4. Insert values in these tables according to the specs I've in the
excel file.
5. So I've created specs in Access but when I try to import text files
using these specs I get an error "an error occurred while trying to
load import/export specifications.
6. My final objective is to have the Access specs in a database using
VBA. The reason is the specs keep changing, so even though we save the
specs in Access we have to change those too. I would like to give this
Excel file to user and they should be able to do this without knowing
much details of whats going on.
Thanks for your help.
This is a complicated problem. I'll try to explain what I'm trying to
achieve.
1. I have an Excel file which has specifications for text file we would
like to import in Access, it has field names, start and width.
2. I run a code to get these specs in the format of Access (when we
click on Advanced)
3. I create a Blank Access database (SpecsTbl) from VBA, create tables
MSysIMEXSpecs and MSysIMEXColumns.
4. Insert values in these tables according to the specs I've in the
excel file.
5. So I've created specs in Access but when I try to import text files
using these specs I get an error "an error occurred while trying to
load import/export specifications.
6. My final objective is to have the Access specs in a database using
VBA. The reason is the specs keep changing, so even though we save the
specs in Access we have to change those too. I would like to give this
Excel file to user and they should be able to do this without knowing
much details of whats going on.
Thanks for your help.