F
fishqqq
I have a field that stores phone numbers and is sometimes null
I have the control source as :
="Phone: " & Format([Phone],"(@@@) @@@-@@@@")
which works well but if the field is null it still shows the word
Phone on the report.
Can someone show me how to format this so that if the field is null
then the word Phone will NOT be shown on the report?
tks
Steve
I have the control source as :
="Phone: " & Format([Phone],"(@@@) @@@-@@@@")
which works well but if the field is null it still shows the word
Phone on the report.
Can someone show me how to format this so that if the field is null
then the word Phone will NOT be shown on the report?
tks
Steve