hello,
i have an option group with four choices. i would like assign a text value to each choice for display on a report. on the report, i've got a text box to display the text value, like so;
optnThingy= 1,2,3,4
txtThingy = Yes, No, N/A, Pending
in the report_open event, i've written a macro that evaluates the optn's value in the condition column. the action i'm using is setvalue, and there is a row or each set. i've put the textbox, not the optngrp itself, in the item field. the expression i'm using is simply, "yes," "no," etc. i still get a type mismatch.
suggestions?
thanks,
ap
i have an option group with four choices. i would like assign a text value to each choice for display on a report. on the report, i've got a text box to display the text value, like so;
optnThingy= 1,2,3,4
txtThingy = Yes, No, N/A, Pending
in the report_open event, i've written a macro that evaluates the optn's value in the condition column. the action i'm using is setvalue, and there is a row or each set. i've put the textbox, not the optngrp itself, in the item field. the expression i'm using is simply, "yes," "no," etc. i still get a type mismatch.
suggestions?
thanks,
ap