I just realized you are missing a vital piece if you actually try to execute this sql - It should be 'Select * From TblPcrMain Where .......". This would return all fields in the table. If you didn't want all the fields you would list them as in 'Select Name, Address, Zip from TblPcrMain Where...