I have a database that imports Revenue transactions into a database for rreview. The revenue is contained in a csv file (dataimport.csv). The import process works fine.
What I would like to do is create a Progress Bar telling the user how far into the process the import is. I know how to get a progress bar to work as i have done it in other applications.
I am struggling with the code to set the recordset as the csv file, and to advance the record number being imported (so the progress bar increases).
Could someone point me in the right direction to do this.
Thanks for your help.
Regards
What I would like to do is create a Progress Bar telling the user how far into the process the import is. I know how to get a progress bar to work as i have done it in other applications.
I am struggling with the code to set the recordset as the csv file, and to advance the record number being imported (so the progress bar increases).
Could someone point me in the right direction to do this.
Thanks for your help.
Regards