E
Ernst Guckel
Ok... so I have now exported the data from excel and can import the data
with the import wizard into an existing table but my VBA code gives me an
error when I try to automate it...
DoCmd.TransferText , , "tblImport", sFile, False
The error I get is:
Field 'F1' does not exist in destination table 'tblImport'
but everything works with the wizard... and the field structure is fine from
what I can see... Am I missing something?
Ernst.
with the import wizard into an existing table but my VBA code gives me an
error when I try to automate it...
DoCmd.TransferText , , "tblImport", sFile, False
The error I get is:
Field 'F1' does not exist in destination table 'tblImport'
but everything works with the wizard... and the field structure is fine from
what I can see... Am I missing something?
Ernst.