S
Susan
I have what I think is a simple problem, but after two days, I'm exhausted
trying to find the answer. Here goes. I have two tables:
tblProspect Information Table:
EID (primary key)
Last Name
First Name
Manager
tblContact Activity Table:
ID (primary key)
EID (foreign key)
Last Name
First Name
Manager
Type of Contact
Date of Contact
Notes
I have a form based on the Contact Activity Table. On that form, I want to
be able to choose the last name (from the Prospect Information Table) and
then have Access automatically populate the EID, First Name and Manager
fields on that form. I figured out a way to DISPLAY those the information in
those fields, but I need to store the information in the Contact Activity
Table, because I need to be able to run reports by those fields.
As I said, I think I'm just missing something simple. But all the solutions
I've tried from this and other Web sites never seem to work. Thanks for your
help.
trying to find the answer. Here goes. I have two tables:
tblProspect Information Table:
EID (primary key)
Last Name
First Name
Manager
tblContact Activity Table:
ID (primary key)
EID (foreign key)
Last Name
First Name
Manager
Type of Contact
Date of Contact
Notes
I have a form based on the Contact Activity Table. On that form, I want to
be able to choose the last name (from the Prospect Information Table) and
then have Access automatically populate the EID, First Name and Manager
fields on that form. I figured out a way to DISPLAY those the information in
those fields, but I need to store the information in the Contact Activity
Table, because I need to be able to run reports by those fields.
As I said, I think I'm just missing something simple. But all the solutions
I've tried from this and other Web sites never seem to work. Thanks for your
help.