S
Sam
Hello,
I have the following expression in query "Deposits3" under field [Office
Name], table [Deposits] for the report "rptDeposits3":
Trim(Str([Offices]![OffName]))
What I'm trying to do is link the shown table [Offices] field [OffName] to
the field [Office Name] within [Deposits] to show, when running
"rptDeposits3", the actual name of the office instead of the OfficeID that it
is showing now (stored in Offices).
Currently when I do the above, an error comes out saying it's incorrect or
too complex.
If I do a blank expression with a relationship between the two instead,
there is just a type mismatch error.
So nothing seems to be working (again, trying to make my OfficeID show as
OffName in my report).
Please help. Thank you!
I have the following expression in query "Deposits3" under field [Office
Name], table [Deposits] for the report "rptDeposits3":
Trim(Str([Offices]![OffName]))
What I'm trying to do is link the shown table [Offices] field [OffName] to
the field [Office Name] within [Deposits] to show, when running
"rptDeposits3", the actual name of the office instead of the OfficeID that it
is showing now (stored in Offices).
Currently when I do the above, an error comes out saying it's incorrect or
too complex.
If I do a blank expression with a relationship between the two instead,
there is just a type mismatch error.
So nothing seems to be working (again, trying to make my OfficeID show as
OffName in my report).
Please help. Thank you!