A form is used to enter details about an organization in a table. These details include name and contact info on the chairperson and treasurer. The names are stored in the fields "Chair" and "Treasurer"
A report needs to show the name of one or the other of these (chair and treasurer)....depending on who is going to sign the hardcopy of the report.
Can/should I use a combo or list box in the form to let a user indicate which of the officers will be signing? I'm trying to set this up so that the ROLES "chair" and "treasurer" appear in a combo box in the form and based on the users selection, the actual NAME of the chair or treasurer will show up on the report.
OR is there a better way to get the name of one of the two officers in the report AT THE TIME THE REPORT IS RUN?
Based on report requirements, the user MUST use the form any time the report is run since there are variables that must be input each time the report is run.