hi,<br><br><br>I have a form with 5 textboxes, each one bounded to a field of a table. Users will be entering Data on these texboxes, but I do not want them to be able to save the record without having all texboxes filled out ( which means, no blank texboxes allowed). Is there a way I can customize this in code, so for instance, if someone entered data in the PO field, but data was blank or not valid ( a PO number with 7 digits), a msg box would popup saying "Invalid PO number, please try again"....?????? Thanks again!!