Hi everybody,
It's been ages since i've used access and i've a question related to importing external data.

I've a lot of csv files wich should be imported to one table. In this table, i'd like to have one column where I've a "counter" which adds a number to each and every row of the imported data.
So, when i've a csv file with 10 rows of data and I import it, the counter column in my table should write "001" in all imported rows.
When I import a second csv file into this table, the counter column should display "002"
When I import a third csv file.... it should show me "003" for all the data imported...
Etc...
Any idea on how I could manage to do this?
I'd appreciate all suggestions and help!
thanks a lot already and best regards!