Hi - I have a general method question,
I have to create an ACCESS db that uses a big .CSV file on the company server. The .CSV is replaced and updated daily, but the field structure remains the same every time.
I need to find one column of info from the .CSV based upon filtering 3 other columns.
Eg: I need to know the different "Problem Codes" based upon the "Area", "Person", and "Property". All of which are in the .CSV. NOTE: "Property" can have MANY "Problems Codes".
The question is - what is the best method to do this? Should I query the linked data table directly, should I do a query on the table first, do I need multiple queries or is just as straightforward as doing it all on one query?
I have a good understanding of Access - but if someone can propose the best method I would greatly appreciate any input!
Cheers - SupaNoods
"If it aint broke - dont fix it!
I have to create an ACCESS db that uses a big .CSV file on the company server. The .CSV is replaced and updated daily, but the field structure remains the same every time.
I need to find one column of info from the .CSV based upon filtering 3 other columns.
Eg: I need to know the different "Problem Codes" based upon the "Area", "Person", and "Property". All of which are in the .CSV. NOTE: "Property" can have MANY "Problems Codes".
The question is - what is the best method to do this? Should I query the linked data table directly, should I do a query on the table first, do I need multiple queries or is just as straightforward as doing it all on one query?
I have a good understanding of Access - but if someone can propose the best method I would greatly appreciate any input!
Cheers - SupaNoods
"If it aint broke - dont fix it!