Here is a sample portion of the .csv file --
Report,,,263,Operating System,Microsoft Windows XP Professional 5.1.2600 (WinXP Retail)
Report,,,264,Date,2004-07-29
Report,,,265,Time,15:01
Summary,,Computer,513,Operating System,Microsoft Windows XP Professional
Summary,,Computer,540,OS Service Pack,Service Pack 2; v.2149
Summary,,Computer,564,Internet Explorer,6.0.2900.2149
I am using a program called AIDA32 to generate a report of all the systems in my office. I want to be able to dump a .csv file into access and have Access generate a report with only specific information on it... As you can see from the sample, I wouldn't need the date, time, and the operating system twice. In the report, I will make a text box that says "Operating System" and next to it, I want it to dump in the "Operating System,Microsoft Windows XP Professional 5.1.2600 (WinXP Retail)" into a new textbox. It should also use that 263 because it is a unique identifier to that specific portion of the report. Hope this is enough info... Thanks so much for your help.