I have a report with a signer's name at the bottom of the report. The signer changes about every 6 to 9 months. When the report is printed only the current signer should be listed on the report. My first idea is to set a Public variable equal to the signers name:
then on load
but how do let an admin user alter the signer's name when needed without having the user edit the code? I don't want to prompt the user every time for the signer's name.
This seems like an easy problem, but I am baffled. Any help will be appreciated.
Thanks,
Castanz
Code:
Public Global_Signer1 As String
Code:
Global_Signer1 = "John Smith"
This seems like an easy problem, but I am baffled. Any help will be appreciated.
Thanks,
Castanz