Microsoft
Software
Hardware
Network
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]![frmDemandS
cheduling]
![Frame40]
,"F1","F2"
,"*")
Random Solutions
How to uninstall and clean up the Huawei HSDPA USB modem driver?
Exchange 2010 Antivirus Options
AJAX load HTML into DIV
Converting RTF to PDF on the fly.
Powerpoint 2003 - in Vista -
imap_mail_move on POP3 mailbox
Outlook won't open .pptx attachment directly
Setting Folder Permission in Windows XP - VB Script
Exchange 2007 mail relay
How do I add rows to a datagridview based upon a For Each statement in VS2008?