When the add record button on my form is pressed, sometimes it is pressed without any data on the form, which will create a blank entry. Is there a way to query to display the blank records that have been entered? I am sure there is a way to do if(fieldName)=Null, but I am not sure how to do it.