I am working on some audit data, thought I was done and now they would like it further refined. No problem, I have that data, I will work it into the refinement. And now I find that with all of the databases and tables that I am stepping thru, the one field that they want me to refine on has three different names. It could be fid, formid or form_id and I have no idea which one it might be. So, is there any way (aside from running thru the information_schema for each db) to use multiple possibilities for a field to return? Only one of the three field names will exist, I just don't know which one it will be.