Kckronic21
Programmer
HI, I am having problem with my report. I have a report that runs through a form. In this form, I have a list of positons such as Teacher, and Bus Driver. In the control source in my report, I have this code: =[Forms]![Position_Form]![Position_Name_txtbox] & "s". This code puts in the position name in the report header and adds a "s" for postions such as "Teachers" and "Bus Drivers". My only problem is I have some positions that only have one person such as "Cook" and others that do not need a "s" at the end of the position name such as "Sub.". How do I control the control source of a combobox in a report? Do I need to set up some time of If Then statement as well?
Thanks!
Thanks!