What are you using to import/export excel file
If in code, are you using DoCmd.TransferSpreadsheet?
if u use that then u can specify whether excel file has headings or not. That should get round your problem
Yes, I am using
DoCmd.TransferSpreadsheet. But I get an error. It gives me an error like....No fieldname for F1 found....
That's the problem I'm having...
Any ideas around this or how to fix it?