G
Guest
I have a database that has the name of companies and universities. Sometimes
the University name is too long, i.e. University of Southern California" to
fit correctly in the report. I want the report to change it to "USC", but I
am not sure where I do that. In the report, the query, the table?
If "Name" = "University of Southern California" THEN
"Name" = "USC"
End IF
When I click on the field in the report, I can't add anything to the events
tab. I have tried including this query in the SQL Language but keep getting
errors.
Help.
Sharon
the University name is too long, i.e. University of Southern California" to
fit correctly in the report. I want the report to change it to "USC", but I
am not sure where I do that. In the report, the query, the table?
If "Name" = "University of Southern California" THEN
"Name" = "USC"
End IF
When I click on the field in the report, I can't add anything to the events
tab. I have tried including this query in the SQL Language but keep getting
errors.
Help.
Sharon