R
RichKorea
I’m putting together a service report that will include two names with phone
numbers for contacts at the customer’s site. Service records are stored in a
ServiceReport table, and contacts are stored in a separate table, which feeds
the combo box on the input form, filtered by the customer name (there’s a lot
of repeat business and overlaps, so we want to hang on to the contacts,
rather then re-entering the data every time).
For creating a report, I’m going to need unique name and phone number fields
for ContactA and ContactB. Originally, I had the ServiceReport table just
reference the Contact_ID (autonumbered), but I modified that to have the
contact fields in ServiceReport use a combo box tied to the first column (the
ID), but displaying the second column (the name). That allows the report to
display the two names, but doesn’t let me get at the phone numbers.
What’s a good way to pull in the two names into the same report detail?
Thanks
Rich
numbers for contacts at the customer’s site. Service records are stored in a
ServiceReport table, and contacts are stored in a separate table, which feeds
the combo box on the input form, filtered by the customer name (there’s a lot
of repeat business and overlaps, so we want to hang on to the contacts,
rather then re-entering the data every time).
For creating a report, I’m going to need unique name and phone number fields
for ContactA and ContactB. Originally, I had the ServiceReport table just
reference the Contact_ID (autonumbered), but I modified that to have the
contact fields in ServiceReport use a combo box tied to the first column (the
ID), but displaying the second column (the name). That allows the report to
display the two names, but doesn’t let me get at the phone numbers.
What’s a good way to pull in the two names into the same report detail?
Thanks
Rich