L
LSSR
Q1- I have label with control source =Count(*) & " " & ("Records") and it
works fine. I need to have the text placed in front of the =, i.e., to print
as Total records: XX. I have not been able to find a way to place text in
front of the =.
Q2- Is there a way to place two = functions in the same text box?
I have =Trim("City of " & [CITY] & " " & "(XXXXXXXX) XXX") and it works
fine. The powers that be want this string to include the record count and
the end of the string.
I dont know VBA. Thanks for your help.
works fine. I need to have the text placed in front of the =, i.e., to print
as Total records: XX. I have not been able to find a way to place text in
front of the =.
Q2- Is there a way to place two = functions in the same text box?
I have =Trim("City of " & [CITY] & " " & "(XXXXXXXX) XXX") and it works
fine. The powers that be want this string to include the record count and
the end of the string.
I dont know VBA. Thanks for your help.