R
Rhett_Y
Hi all..
I know I have seen this before..but I could not find it.. So know I am
asking.
I have a table setup: tblReports
ReportName: has the names of reports:rpt20042005, rpt2005only etc
DisplayName: Displays a friendlier view: Report 2004-2005 only Report 2005
only etc
I then have a form with a combo box. I can get the combo box to look up the
table and display just the displayname:
SELECT [tblReports].[DisplayName]
FROM [tblReports]
ORDER BY [DisplayName];
I would then like a button to view or print what is selected in the combo box.
view button
print button
How do I do this.
Thanks agian
R~
I know I have seen this before..but I could not find it.. So know I am
asking.
I have a table setup: tblReports
ReportName: has the names of reports:rpt20042005, rpt2005only etc
DisplayName: Displays a friendlier view: Report 2004-2005 only Report 2005
only etc
I then have a form with a combo box. I can get the combo box to look up the
table and display just the displayname:
SELECT [tblReports].[DisplayName]
FROM [tblReports]
ORDER BY [DisplayName];
I would then like a button to view or print what is selected in the combo box.
view button
print button
How do I do this.
Thanks agian
R~