M
Moche
The solution provided by Sal Ricciardi is what I need help in modifying. He
outlines a way to create a form that can be used to filter a report. In his
example he uses a combo box and two text boxes. My combo box data source is a
select statement that pulls all DISTINCT values from a table from which the
user can make a selection to filter the report. Now this is what I need help
with. I need a way to set the chose to ALL records by default. So, there will
be by default in the combo box the word "ALL" (I don't know how do this
either) and the user can click on the "Run report" button and get all the
records in the table. I should mention that I have three combo boxes on my
form. So, to summarize I want all records returned by default when the user
clicks on the "Run report" button and the three combo boxes should also have
the word "ALL" in them indicating their default value. The URL for Sal
Ricciardi's solution can be found at
http://office.microsoft.com/en-us/assistance/HA011170771033.aspx
outlines a way to create a form that can be used to filter a report. In his
example he uses a combo box and two text boxes. My combo box data source is a
select statement that pulls all DISTINCT values from a table from which the
user can make a selection to filter the report. Now this is what I need help
with. I need a way to set the chose to ALL records by default. So, there will
be by default in the combo box the word "ALL" (I don't know how do this
either) and the user can click on the "Run report" button and get all the
records in the table. I should mention that I have three combo boxes on my
form. So, to summarize I want all records returned by default when the user
clicks on the "Run report" button and the three combo boxes should also have
the word "ALL" in them indicating their default value. The URL for Sal
Ricciardi's solution can be found at
http://office.microsoft.com/en-us/assistance/HA011170771033.aspx