G
Georgi
I open a report which opens a form for criteria for
report (dates. The report lists all calls between 2 dates
(entered through 2 unbound text boxes. I've added a combo
box but am unable to find a way that the report will only
select calls to the Company picked from the combo box.
Criteria used in query = Between [forms]![CallDialog]!
[StartDate] And [forms]![CallDialog]![EndDate]
Print Preview button uses code Me.Visible = False
Combo box is called cboCompanyName
Please help this is driving me insane.
Georgi
report (dates. The report lists all calls between 2 dates
(entered through 2 unbound text boxes. I've added a combo
box but am unable to find a way that the report will only
select calls to the Company picked from the combo box.
Criteria used in query = Between [forms]![CallDialog]!
[StartDate] And [forms]![CallDialog]![EndDate]
Print Preview button uses code Me.Visible = False
Combo box is called cboCompanyName
Please help this is driving me insane.
Georgi