Repainting a Report

C

chessley

I have a rether simple macro that creates a filter and loads a report with
that filter then chages some of the label captions in the report, But when I
change the labels the changed doesn't display on the screen, I have tried
using the DoCmd.Repaint method on the report but its still displays the old
values. Interestingly if I print the report the correct values will print
but the screen will still display the old values. Any Advice?
 
Top