Filtering .csv imports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a CSV file that is too large to analyze in Excel 2003 so must use
Access 2003. Tried MS Query in Excel but even the range I want is too large.
I only need a range of records returned. Is is possible to filter an import
of CSV without using VBA? I am not comfortable with it.
 
You can import the whole file into Access and then either query the
table or you can apply a filter to it.
 
Back
Top