Can't change subform on a report

P

Peter

Hello all,

I'm trying to produce a report containing two subforms (not subreports!).
Primary purpose is to combine two small forms on one page for printing. The
same forms are used for data input, and change their labels captions
dynamically - this is done to allow different interface languages.

The problem is that subforms on a report are not changing their labels
captions. I've traced the code, and labels are indeed changed from VBA, but
it has absolutely no effect on the report. Of course the same forms change
their labels perfectly while working on the screen.

Any ideas? I guess I could use text boxes with function calls that return
needed labels instead of changing captions, but that would be slower, and I
won't be able to read captions while in design mode.

Peter
 
Top