Hi
I have an Excel 97 spreadsheet which i have to import into Access 97. For various reasons to do with data spread across two rows instead of one (a bad, bad idea, i know), i want to create an autonumber field in the spreadsheet before importing.
From Access, i am able to locate the spreadsheet, add a new column, but am now looking for an easy way to add the autonumbers for each row where there is data.
I guess it will be a loop of some kind where intAutonumber = intAutonumber + 1????
Many thanks.