I am just curious to know in a table that i have inorder I have
MRN, Firstname, last name, initialvisit, and other fields below. I have set validation on those fields as is not null give an error.
Now when Iput this into a form with a save button. If the user enters just the MRN number the error says InitialVisit cant be null. Why doesnt it check for Firstname first. It will later as they enter in more information. Is it becasue InitialVisit is a date???
Rob
MRN, Firstname, last name, initialvisit, and other fields below. I have set validation on those fields as is not null give an error.
Now when Iput this into a form with a save button. If the user enters just the MRN number the error says InitialVisit cant be null. Why doesnt it check for Firstname first. It will later as they enter in more information. Is it becasue InitialVisit is a date???
Rob