hello all,
I have two different tables (A_contracts, B_contracts). on A_contracts table - name field, attachment field. on B_contracts table - name field, attachment field.
on my form i have 2 combo boxes:
1st combo box displays 2 options (A_contracts or B_contracts)
2nd combo box displays a list of names from either A_contracts table or B_contracts table, based on your selection from 1st combo box.
What i need to do is find a way to display an image field (preferably an attachment cntrl) that allows a picture to change as 2nd combo box names are selected in order to display their individual contract form.(each person has a separate different contract, attached in the table).
There will be over 1,000 attachments so i need to find a solution that does not includes writing a code for each individual.
Thanks in advance