Hi,
The following control in a report displays the number of people with surnames the same as those who served onboard HMS Victory during the battle of Trafalgar:
It works fine but if there are no matches, it just displays " Smith - in VICTORY.", how can I make it display "0 Smith - in VICTORY."
Thanks in advance,
Oscar
NB. Actually there were 16 Smiths in case anyone is interested!
The following control in a report displays the number of people with surnames the same as those who served onboard HMS Victory during the battle of Trafalgar:
Code:
[In VICTORY.CountOfCountOfSurname] & " " & [surname] & " - in VICTORY."
It works fine but if there are no matches, it just displays " Smith - in VICTORY.", how can I make it display "0 Smith - in VICTORY."
Thanks in advance,
Oscar
NB. Actually there were 16 Smiths in case anyone is interested!