Hi,
What is the best way to use a form to allow an enduser to upload a file of IDs so that they can be used to query the database? In other words, so that they would be part of an "IN" statement like:
Select field1, field2, field3 from table1 where myID IN ('val1', 'val2', 'val3',...'valn')...