OK, I have a database that imports data from a comma-seperated text file. Previously the db was deployed at one site so I just selected the fields to import in the import specification. However the db is now going to go out to other sites. My problem is the file I import from has the fields in different places at the other sites. There are 4 fields I actually grab. 2 of them are in a standard position, so no issue there. But the other 2 I would need to somehow test and see if they are the right field and then import them to a table. Any Ideas on how to go about this?