I have a form that allows a user to select a .csv file to import into Access. Once the data has been imported into Access I then have a few functions to format the data. While the functions are running, there is a progress bar on the form so that the user can see how far the data processing has completed.
Now what I also want to do is have the progress bar running while the data is being imported from the .csv file, but to do this I first need to count how many records there are to be imported. Does anybody know a way of counting the number of records in a .csv file?
Now what I also want to do is have the progress bar running while the data is being imported from the .csv file, but to do this I first need to count how many records there are to be imported. Does anybody know a way of counting the number of records in a .csv file?