Hello, I'm new to this forum and Access in general and am using Access 2010. So please forgive me if I'm too vague in critical areas or don't have the question format quite right.
I've created a form ("frmJumpAdd ", and I'm sorry but I'm not sure how to determine whether the form is Datasheet, Continuous or Single View) that has a combo box ("cbxJumpAdd ") where I set the options to "Yes" or "No" (via form wizard). When the user selects one of these I'd like the value to be written to a table field "Jump_Add" (which has the "Yes/No" data type) in "tblPMactio n". Also, I'd like to set the default option in the Combo box to "No", so the user has to actively select "Yes".
Questions:
1. Is it possible to write to the "Yes/No" data type?
2. Can this be done with a combo box or is there a better tool?
Thanks in advance,
-Nick
I've created a form ("frmJumpAdd ", and I'm sorry but I'm not sure how to determine whether the form is Datasheet, Continuous or Single View) that has a combo box ("cbxJumpAdd ") where I set the options to "Yes" or "No" (via form wizard). When the user selects one of these I'd like the value to be written to a table field "Jump_Add" (which has the "Yes/No" data type) in "tblPMactio n". Also, I'd like to set the default option in the Combo box to "No", so the user has to actively select "Yes".
Questions:
1. Is it possible to write to the "Yes/No" data type?
2. Can this be done with a combo box or is there a better tool?
Thanks in advance,
-Nick
Comment