R
R Marko
I've recently added a combo box which pulls information from our client list
in order to populate the Address, City, State, Zip, Phone, Fax in the new
record. Works great.
In the report, all of the information prints. Life is Good.
In an effort to save space (and paper) on several reports I created a
"SortNAME" field
SortNAME: IIf(IsNull([ACRONYM]),[ClientName],[ACRONYM])
so the acronym prints instead of the long name.
My problem.....In those records where the drop down, combo box was used to
populate the client name, the client name does not print when I request the
"SortNAME"
If I insert the field "ClientName" on the report, it prints.
If I use the field "SortNAME" on the report, it's blank (only in the
records that were populated by the combo box)
Any ideas???
Rhonda
in order to populate the Address, City, State, Zip, Phone, Fax in the new
record. Works great.
In the report, all of the information prints. Life is Good.
In an effort to save space (and paper) on several reports I created a
"SortNAME" field
SortNAME: IIf(IsNull([ACRONYM]),[ClientName],[ACRONYM])
so the acronym prints instead of the long name.
My problem.....In those records where the drop down, combo box was used to
populate the client name, the client name does not print when I request the
"SortNAME"
If I insert the field "ClientName" on the report, it prints.
If I use the field "SortNAME" on the report, it's blank (only in the
records that were populated by the combo box)
Any ideas???
Rhonda