Report Value Help

W

weircolin

Hi

I made a change on a form and I made the same change on the report for
printing the current record.

The problem I am having is that the value I am using is "Month". Now,
I have a table called "tblmonth" that the combo box refers to. When I
change it on the report so that the control source for the box is the
Month combo box on the form, rather than it showing up "August" on the
report, it shows "8".

Is there any way of sorting this other than redoing the report?

Thanks

Colin
 
P

Powderfinger

It should work exactly the same as the combo box on the form. Open the
report and delete the combo box. Open the form and then do a copy and paste
of the combo box from the form to the report.
 
W

weircolin

Hey

Thanks for that, working great! Kicking myself for being as stupid
though!

Thanks
 
Top