In design mode of your table, just enter whatever you want to tell the user when they make a mistake into the Validation Text property, such as:
"Hey Dummy...you can't leave that field blank"
Then, if there's a null value, that message will pop up in a message box.
Glad it's working now!
-Patrick
Nine times out of ten, the simplest solution is the best one.