G
Guest
Hello,
How can I make sure that a command button will only execute its commands if
3 fields in my form have values, ie are not blank anymore?
I tried putting "if textbox a is not null and combobox b is not null and
combobox c is not null then" before the commands, but that isn't working.
Is it just a syntax issue, or is that approach fundamentally wrong?
Thank you.
How can I make sure that a command button will only execute its commands if
3 fields in my form have values, ie are not blank anymore?
I tried putting "if textbox a is not null and combobox b is not null and
combobox c is not null then" before the commands, but that isn't working.
Is it just a syntax issue, or is that approach fundamentally wrong?
Thank you.