Adding ALL Button to Combo Box
Hey guys I have a problem that's been giving me trouble for a couple days now. I have a search form with several combo boxes and buttons to generate reports. The values of the combo boxes feed into the query criteria then the report generates records based on these criteria.
All but one of the combo boxes are based on values I type in. The other is based on a table named tblCampaigns that has only one field: CampaignName. What I would like to do is get this combo box to have an ALL option that brings up records based on every campaign name. Here's my current row source:
SELECT tblCampaigns.CampaignName
FROM tblCampaigns;
Thanks in advance!
Northernlion, July 8th, 2008 01:16 PM
Bookmarks