Count records in text file

  • Thread starter Thread starter George
  • Start date Start date
G

George

I would like to count the number of records in a text
file through VBA in Access. The file consists of
variable length records. Currently I read one line at a
time and increment a counter until the end of file is
reached. Is there a better, faster way?

Thanks
 
Back
Top