Hi!
Here is my scenario:
I have a report button on my form which is supposed to open a custom report. I want that one field from the report
to have the value from one textbox from the main form (where the report button was).
So in the report open event I added this line
Reports!MyReport!txtComment.Value = Forms!MyForm.txtComment.Value
The error that I'm getting is "You can't assign a value to this object" ???
What is wrong?
Thanks a lot,
TMRO
Here is my scenario:
I have a report button on my form which is supposed to open a custom report. I want that one field from the report
to have the value from one textbox from the main form (where the report button was).
So in the report open event I added this line
Reports!MyReport!txtComment.Value = Forms!MyForm.txtComment.Value
The error that I'm getting is "You can't assign a value to this object" ???
What is wrong?
Thanks a lot,
TMRO