I have 3 conditions that must be met on a form before a record should be saved. I have a "Yes/No" field in a bound button.
Condition
1) must equal 24.
2) can't exceed 14
3) can't exceed 100.
Then if it's a "Yes" ( it needs to input a "yes" in the control or field), and then "open a new record".
If "No" it needs to input a "No" in the control or field), and then "open a new record".
How and where do I focus that code? On the forms I'm thinking?
Condition
1) must equal 24.
2) can't exceed 14
3) can't exceed 100.
Then if it's a "Yes" ( it needs to input a "yes" in the control or field), and then "open a new record".
If "No" it needs to input a "No" in the control or field), and then "open a new record".
How and where do I focus that code? On the forms I'm thinking?