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
namespace question
How is memory divided between Virtual Machines in ESxi?
SMTP Protocol Errors, Full Queues, Can't Send Emails
RDP using SBS 2003
Email Being Blocked
How do i stop computer from crashing with code Ox0000001A
Formview - System.NullReference Exception when using findcontrol
VB.Net 2008 Problem passing data between forms
Buckling calculation using Tetmajers formula
What is differnce between machine.config and web.config?