V
Vsn
Hi all,
I have done it years ago, but can remember how.......
I would like to change te 'header'an an report dinamicaly. So that i can
open the report from a form using OpenArg with different text each time. I
thought somthing like this:-
Private Sub Report_Open(Cancel As Integer)
Me.txtHeader = Me.OpenArgs
End Sub
I get the error message: You can't aggign a value to this object (Run-time
error -2147352567 (80020009).
How I can I achieve to change the report headers text?
Thax for advice.
Cheers,
Ludovic
I have done it years ago, but can remember how.......
I would like to change te 'header'an an report dinamicaly. So that i can
open the report from a form using OpenArg with different text each time. I
thought somthing like this:-
Private Sub Report_Open(Cancel As Integer)
Me.txtHeader = Me.OpenArgs
End Sub
I get the error message: You can't aggign a value to this object (Run-time
error -2147352567 (80020009).
How I can I achieve to change the report headers text?
Thax for advice.
Cheers,
Ludovic