Dreamcatcher
Registered User.
- Local time
- Today, 09:00
- Joined
- Jul 15, 2008
- Messages
- 19
I have an access table (tblSales) recording sales records. Each week i want to import new sales via a csv file into the tblSales table (automaically appending the records to the end of the table)
What is the easiest way of achieving this??
Tried importing using the Get External Data > Import route but dont know what to put in the first column of my csv file (which will be the recordID in the tblSales table). Tried leaving it blank (,,) or 0 (,0,) but no luck.
Obviously user wont easily know the next record id so is there an easy way of achieving this?
Regards
JD
What is the easiest way of achieving this??
Tried importing using the Get External Data > Import route but dont know what to put in the first column of my csv file (which will be the recordID in the tblSales table). Tried leaving it blank (,,) or 0 (,0,) but no luck.
Obviously user wont easily know the next record id so is there an easy way of achieving this?
Regards
JD