(Edited by HansV to activate URL – see Help 19)
I have a spreadsheet which I need to import into a table.
I’ve had a look round to find the best approach for doing this. These are my limitations:
The file has a top row which is a title in A1 which spreads across all columns below it.
The file has a 1st row (after the title row) with column headers in it.
If the date field is null the row gets ignored.
If the date field is null but the dfe number doesn’t appear in the establishments table, the row goes into the tagging database,
else the row goes into the reportslookup database.
I looking into reading it in line by line and I looked into opening the file as a recordset, most of which seem to use .net which I don’t have and know nothing about:
http://msdn.microsoft.com/library/default….IntoDataset.asp[/url]
RE: References to the System and System.Data namespaces.
No idea what this means!
Either way i’m not sure how opening it as a recordset would deal with the 1st line.
Can anybody suggest the best approach to go for, it might save me a bit of time looking into one only to find its inappropriate!
Any help would be much appreciated.