M
Michael from St. Louis
On the first line of my label, I have "customer" followed by date.
=Trim([Customer] & " (" & [Date] & ")")
I want to select "Date" so I can format it to m/yy. I was able to do it for
the Query from which the report is based. But I can't do it for the report
because when I click on the line, the entire line is selected instead of just
the "Date" part of the line. How can I select just the "Date" part of the
line, or else allow the format from the Query be maintained when it appears
in the report?
=Trim([Customer] & " (" & [Date] & ")")
I want to select "Date" so I can format it to m/yy. I was able to do it for
the Query from which the report is based. But I can't do it for the report
because when I click on the line, the entire line is selected instead of just
the "Date" part of the line. How can I select just the "Date" part of the
line, or else allow the format from the Query be maintained when it appears
in the report?