N
Nolene
I have a form with two controls - DocType & Property - and a Access db as
Secondary Data Source (SDS) with the fields DocType, Property, Name &
Section. I want to create a read-only distribution list from the SDS. I have
put a repeating table in the form and populated it with the data from the
SDS. How do I filter the data so that only the data that matches DocType &
Property is displayed? Or should I use some other control rather than the
repeating table?
Example:
On the form DocType is selected and = Lease; Property is selected and = SCP.
The repeating table will display Name and Section only for records whose
DocType field = Lease and Property = SCP.
Bonus question:
Is there a way to grab the displayed names and enter them into the To: field
in an Outlook email message if a button is clicked? (Our Outlook will then
lookup the corresponding email addresses).
Secondary Data Source (SDS) with the fields DocType, Property, Name &
Section. I want to create a read-only distribution list from the SDS. I have
put a repeating table in the form and populated it with the data from the
SDS. How do I filter the data so that only the data that matches DocType &
Property is displayed? Or should I use some other control rather than the
repeating table?
Example:
On the form DocType is selected and = Lease; Property is selected and = SCP.
The repeating table will display Name and Section only for records whose
DocType field = Lease and Property = SCP.
Bonus question:
Is there a way to grab the displayed names and enter them into the To: field
in an Outlook email message if a button is clicked? (Our Outlook will then
lookup the corresponding email addresses).