P
pgilbert11
I am trying to setup a transfer command in VBA to transfer data from a txt
file to a database table.
The code keeps returning the error message:
Run-time error '2391'
Field 'F1' doesn't exist in destination table 'tbl1'
I cannot find any information on what it is looking for.
Can anyone please shed any light on this.
Oh also the table that is setup in access is based on this datafile.
I imported the file manually and created the table, then deleted the data
and tried to setup a VBA script to do it instead.
Thanks
Paul
file to a database table.
The code keeps returning the error message:
Run-time error '2391'
Field 'F1' doesn't exist in destination table 'tbl1'
I cannot find any information on what it is looking for.
Can anyone please shed any light on this.
Oh also the table that is setup in access is based on this datafile.
I imported the file manually and created the table, then deleted the data
and tried to setup a VBA script to do it instead.
Thanks
Paul