Hi All,
I need help in creating an Event Procedure on Format for a report listing employee names. Here is what I need to do. I have two fields in my database (1)Notary (Yes or No dependent on that person being a notary) and (2)Initials (Either has a value or has a Null value-which stores their initials if it is filled in in the database. Here is how I need the names displayed:
Example 1: John J. Doe is a notary and has initials- so his name should be displayed as such John J. Doe (JJD)* - where his initials are in parentheses and the asterisk is the indication of him being a notary. Example 2: Mary Williams is not a notary and does not have initials, so her name should be displayed as Mary Williams. I don't have any code yet, can someone help please?
I need help in creating an Event Procedure on Format for a report listing employee names. Here is what I need to do. I have two fields in my database (1)Notary (Yes or No dependent on that person being a notary) and (2)Initials (Either has a value or has a Null value-which stores their initials if it is filled in in the database. Here is how I need the names displayed:
Example 1: John J. Doe is a notary and has initials- so his name should be displayed as such John J. Doe (JJD)* - where his initials are in parentheses and the asterisk is the indication of him being a notary. Example 2: Mary Williams is not a notary and does not have initials, so her name should be displayed as Mary Williams. I don't have any code yet, can someone help please?