dctechuser
Technical User
Hi everyone,I have a Parameter Query that I am running to pull records from an Access database. The user is entering the last four of the Social Security Number to retrieve records with a Message Dialog Box. I need Access to give a message, "No Records Found" in an unbound field on the form when the Parameter Query runs and finds no records.I have a Form with SSNNumber (Four Digits Entered Field)SSN (Full Social Security Number field)Last nameFirst nameMiddle Initial These fields display when records are found.How can I do an IF function in the Unbound Field where If SSNNUmber = " " Then have a visible message in Red indicating "Record Not Found".