P
plh
Access 2003
Windows XP
On my form "frmCustOrds" I have an option group in a frame "fraSpecAtt" with two
buttons "optYes" (Option value -1) and "optNo" (Option value 0). When a new
Customer Order is added, I need to have this option group come up with a null
value, that is, with neither button filled. "fraSpecAtt" has as its Data
"SpecFormAtt" which is a "Yes/No" data type. I have tried many things including:
1) Having the default value on the table be "Null"
2) Having the default value on the form be "Null", "=Null", """",
However, it always defaults to zero, that is, with "optNo" filled.
I need this because there is a send mail button that I will leave disabled until
the user has chosen one or the other, "optYes" or "optNo". Users are restricted
to using the my "Add" button to add records, which accomplishes this with the
command DoCmd.GoToRecord , , acNewRec. That is, no navigation buttons.
What am I missing?
-Desperate,
-plh
Windows XP
On my form "frmCustOrds" I have an option group in a frame "fraSpecAtt" with two
buttons "optYes" (Option value -1) and "optNo" (Option value 0). When a new
Customer Order is added, I need to have this option group come up with a null
value, that is, with neither button filled. "fraSpecAtt" has as its Data
"SpecFormAtt" which is a "Yes/No" data type. I have tried many things including:
1) Having the default value on the table be "Null"
2) Having the default value on the form be "Null", "=Null", """",
However, it always defaults to zero, that is, with "optNo" filled.
I need this because there is a send mail button that I will leave disabled until
the user has chosen one or the other, "optYes" or "optNo". Users are restricted
to using the my "Add" button to add records, which accomplishes this with the
command DoCmd.GoToRecord , , acNewRec. That is, no navigation buttons.
What am I missing?
-Desperate,
-plh