G
Guest
Hello,
I have a report which I want to be able to change its title dynamically
(using VB) when the report is opened.
I tried to write on the report_open event:
If ....
Me.title = "a"
Else
Me.title = "b"
End If
But I get a mssage that I'm not allowed to assign a value to this object
(runtime error 80020009).
Is there any way doing this?
thank you
I have a report which I want to be able to change its title dynamically
(using VB) when the report is opened.
I tried to write on the report_open event:
If ....
Me.title = "a"
Else
Me.title = "b"
End If
But I get a mssage that I'm not allowed to assign a value to this object
(runtime error 80020009).
Is there any way doing this?
thank you