Hello. I would like to know if using a select case statement would be more appropriate than an If Then statement. I have 3 fields in a form.
fldDIST
fldADDRESS
fldCITY
I would like to make it where a user cannot see the submit button until all three fields have entries or are "not null". Then once these 3 fields have the required data, then the Submit button (btnSUBMIT) would show up and allow for processing the form. Is there a simple way to do this is one short vb code?
Any suggestions?
fldDIST
fldADDRESS
fldCITY
I would like to make it where a user cannot see the submit button until all three fields have entries or are "not null". Then once these 3 fields have the required data, then the Submit button (btnSUBMIT) would show up and allow for processing the form. Is there a simple way to do this is one short vb code?
Any suggestions?