Required field in a FORM

  • Thread starter Thread starter Vina
  • Start date Start date
V

Vina

Can someone help me on how I can add in a rule in my SAVE
command button or IMPORT button that some field must be
filled before it will get saved of imported.

I tried the rule IF a certain field is null then
msgbox "needs data" but I didnt succesfully get it to
work. Instead of the Messagebox it will end up a message
Object required which is what happens when when it errors.

CAn someone give me some ideas on how to handle this?

Thanks
Vina
 
Vina,

In the past I have had to check both for Null and for an
Empty String (i.e. "") to ensure I get a hit when
appropriate.

Hope that helps!

Kevin
 
Back
Top