Question : Using Option Button to Filter Date in Query

I have a form with three option buttons.  One button represents product line A, Other for Product Line B, third for both.  I would like to use the results of the selection in a select query to filter records in a table.

For option 1 - select all records for Product Line A
For option 2 - select all records for Product Line B
For option 3 - select all records (both A and B)


Thanks.

Answer : Using Option Button to Filter Date in Query

use this

 Like Choose([forms]![frmDemandScheduling]![Frame40],"F1","F2","*")

Random Solutions  
 
programming4us programming4us