G
Guest
I have a form where of a option group I select one option and that opens a
combobox from where I can select the required name for which I need a report
and when I run report it will show me the report of the activity of that
individual.
But what I want to do is if I do not select any name then the report must
show me all the records of all the people in the database.
I am running a macro to filter record which is like this
[Name]=[Forms]![Report Form]![NameCombo]
Any suggestion on what I cna change to show all records if nothing is
selected in the namecombombo box.
Thanks
combobox from where I can select the required name for which I need a report
and when I run report it will show me the report of the activity of that
individual.
But what I want to do is if I do not select any name then the report must
show me all the records of all the people in the database.
I am running a macro to filter record which is like this
[Name]=[Forms]![Report Form]![NameCombo]
Any suggestion on what I cna change to show all records if nothing is
selected in the namecombombo box.
Thanks