J
Jonathan
Hi, Access 2002.
I want to use the same report for 2 sets of data. One set is text, the other
is numeric. What I want is the ability to align the text at report time.
I have tried the report_open event and the detail1_print. I get the error:
"Object doesn't support this property or method"
on the line:
ctl.TextAlign = cRightAlign
fyi cRightAlign=3
Any ideas or recommendations appreciated
Many thanks,
Jonathan
I want to use the same report for 2 sets of data. One set is text, the other
is numeric. What I want is the ability to align the text at report time.
I have tried the report_open event and the detail1_print. I get the error:
"Object doesn't support this property or method"
on the line:
ctl.TextAlign = cRightAlign
fyi cRightAlign=3
Any ideas or recommendations appreciated
Many thanks,
Jonathan