G
Guest
I have a data-entry form where users enter in data that goes into a Header table
However, I am trying to add a check box (yes/no) that users can check to say if a plan is required
If a plan is required, I would like an inputbox to come up that asks "Is this plan documented?" If they click yes, it will update the field called "Documented_Plan" in the Header table. If they click no, it will also update the Documented_Plan field, but it will insert "No" instead of "Yes".
I am guessing I would need to use an If...Then...Else statement, but I am unsure how to get the inputbox values of "Yes" or "No" to populate into the header table
Any suggestions
Thanks in advance
Matt
However, I am trying to add a check box (yes/no) that users can check to say if a plan is required
If a plan is required, I would like an inputbox to come up that asks "Is this plan documented?" If they click yes, it will update the field called "Documented_Plan" in the Header table. If they click no, it will also update the Documented_Plan field, but it will insert "No" instead of "Yes".
I am guessing I would need to use an If...Then...Else statement, but I am unsure how to get the inputbox values of "Yes" or "No" to populate into the header table
Any suggestions
Thanks in advance
Matt