Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / September 2007

Tip: Looking for answers? Try searching our database.

Using option buttons in a form, then report for only opts. selecte

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
myztiques - 26 Sep 2007 19:40 GMT
I have a Access form with option buttons that is completed by the user.  I
want to make the process as easy as possible for the user to click on the
options that is applicable for the customer.  Then when I create a report
that if an option button is selected it will actually pull a list of items
and display them on the report.  Just in case, I am not explaining it
correctly, here is an example:  In the Form, I click the option for Tractors
and then go to the report and the report will actually show the brands.  On
the other side of this, I also want to have the report not show the options
not selected.  Is this possible and if so, how!!!!!   Help!!!!
John W. Vinson - 26 Sep 2007 22:54 GMT
>I have a Access form with option buttons that is completed by the user.  I
>want to make the process as easy as possible for the user to click on the
[quoted text clipped - 5 lines]
>the other side of this, I also want to have the report not show the options
>not selected.  Is this possible and if so, how!!!!!   Help!!!!

Base the Report on a Query selecting the appropriate options, using a
criterion like

=Forms!NameOfYourForm!NameOfYourOptionGroup

on the (numeric) table field containing the option. The query should join this
numeric field to whatever table contains the brand name.

            John W. Vinson [MVP]
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.