G
Gary Schuldt
I have a table tPlant with a Yes/No field named Cones, which is not a
Required field.
I want to use a Query-By-Form frmQBF with Cones as one of the selection
criteria.
I want to allow the user to make one of 3 choices for Cones: Yes, No, and
Don't Care.
Don't Care would mean any value in that field would be acceptable (Yes, No,
or Null).
I am using unbound combo boxes for other selection fields, which are all
Text. That works fine.
I'd like to use a combo for Cones, but I can't figure out how to code the
cboCones properties RecordSourceType and RecordSource.
Any suggestions? It doesn't have to be a combo box, I guess, but I need to
be able to depict the three options.
Gary
Required field.
I want to use a Query-By-Form frmQBF with Cones as one of the selection
criteria.
I want to allow the user to make one of 3 choices for Cones: Yes, No, and
Don't Care.
Don't Care would mean any value in that field would be acceptable (Yes, No,
or Null).
I am using unbound combo boxes for other selection fields, which are all
Text. That works fine.
I'd like to use a combo for Cones, but I can't figure out how to code the
cboCones properties RecordSourceType and RecordSource.
Any suggestions? It doesn't have to be a combo box, I guess, but I need to
be able to depict the three options.
Gary