jmstarbuck
Programmer
I need to write a fuction to determine how to present homeowner names on a report. There is a possibility of one or two homeowners and one of them may be deceased. So the possibilities are:
John Smith & Jane Smith
John Smith (d) & Jane Smith
John Smith & Jane Smith (d)
John Smith
Jane Smith
I am able to write that code, but I need to access the logic for the homeowner names from about 30 pre-existing reports. Is there a way that I can write this function just once and call it from the reports?
Any guidance would be greatly appreciated.
Janice
John Smith & Jane Smith
John Smith (d) & Jane Smith
John Smith & Jane Smith (d)
John Smith
Jane Smith
I am able to write that code, but I need to access the logic for the homeowner names from about 30 pre-existing reports. Is there a way that I can write this function just once and call it from the reports?
Any guidance would be greatly appreciated.
Janice