S
Siew-Ming
Hi,
I setup a table with three fields as shown below for a combo box displays on
a form.
Quarter Marknum Quarter_Desc
1 1 First
2 3 Second
3 5 Third
4 7 Fourth
How do I pass the value of the the 3rd column from a form to a report
so that it knows to display the description?
In the Control Source of the text box on the report, I tried to populate with
=[Forms]![frmMainForm]![cbo27].column(2)
I got #error from previewing the report.
Also, how do I pass the value of the marknum of the selected quarter to a
query that has data of four quarters? Would a function for case selection
works? What is your recommendation?
Thanks a bunch,
Sming
I setup a table with three fields as shown below for a combo box displays on
a form.
Quarter Marknum Quarter_Desc
1 1 First
2 3 Second
3 5 Third
4 7 Fourth
How do I pass the value of the the 3rd column from a form to a report
so that it knows to display the description?
In the Control Source of the text box on the report, I tried to populate with
=[Forms]![frmMainForm]![cbo27].column(2)
I got #error from previewing the report.
Also, how do I pass the value of the marknum of the selected quarter to a
query that has data of four quarters? Would a function for case selection
works? What is your recommendation?
Thanks a bunch,
Sming