C
chopper7898 via AccessMonster.com
I have a popup form when I select a report command button, the form has one
combo for names from a qurey where I can slect individual reports, I would
like to have an "All" in the combo drop down list.
My query's criteria is: [Forms]![frm_ReportSelector]![cboSelectInspector]
I seen something where I can add it to the criteria but can't find it.
Also a lot of post take me to a site that describes a short code about Row
Source Type being a "Value List"
My Row Source Type is "Table/Query"
and Row Source is: SELECT qry_NamesPersons.Name, qry_NamesPersons.Position
FROM qry_NamesPersons ORDER BY [Name];
Also keep getting "Enter Parameter Value" when I don't make a selection from
the combo and close the form.
Will keep looking and trying code.
Thanks.
combo for names from a qurey where I can slect individual reports, I would
like to have an "All" in the combo drop down list.
My query's criteria is: [Forms]![frm_ReportSelector]![cboSelectInspector]
I seen something where I can add it to the criteria but can't find it.
Also a lot of post take me to a site that describes a short code about Row
Source Type being a "Value List"
My Row Source Type is "Table/Query"
and Row Source is: SELECT qry_NamesPersons.Name, qry_NamesPersons.Position
FROM qry_NamesPersons ORDER BY [Name];
Also keep getting "Enter Parameter Value" when I don't make a selection from
the combo and close the form.
Will keep looking and trying code.
Thanks.