J
John C.
I have a report that contains a txtBox which is used for
displaying a report title.
Depending on user information, this title needs to be
dynamic so it can change.
Using the following code, I receive the error message "You
can't assign a value to this object"
Me.txtTitle = "Unit " & varUnit & " Night Shift Log"
This is my first design attempt for a report, do they
function differantly than a form?
How do I manipulate controls on a report?
displaying a report title.
Depending on user information, this title needs to be
dynamic so it can change.
Using the following code, I receive the error message "You
can't assign a value to this object"
Me.txtTitle = "Unit " & varUnit & " Night Shift Log"
This is my first design attempt for a report, do they
function differantly than a form?
How do I manipulate controls on a report?