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
Imaging a RAID Setup to a Non-RAID Disk
nmconnect
Customising featured Products on the browse page in joomla/virtuemart
creating user defined services on windows 7
Airport Code with reverse geo coding with google maps api
454 5.7.3 Client does not have permission to submit mail to this server
Outlook 2003 - remove mail on server after copied to OST
Looking for software to mirror two external hard drives.
Configuring Exchange 2010 to receive emails for other domains
SQL in C# code .. Reading Output Parameters.