E
elbyc
I'm working in Access 97 and am mostly a novice.
I have a form linked to a table called "Participants".
One of the fields is [Company]. I've got a control for it called
[Companytxt].
The [Company] field exists in another table called "Pipeline".
All the data in the "Participants" table is new. When I enter a new
record, I want to choose the the [Company] name from the Pipeline
table so I can set up a future relationship between the tables.
I would like to choose from the list of existing companies in the
"Pipeline" table and update the name of the company while I'm in my
form.
I've tried using a subform with a little combo box to the Pipeline
table. I don't know what code or event to write to make the results of
my selection populate the Companytxt control
I have a form linked to a table called "Participants".
One of the fields is [Company]. I've got a control for it called
[Companytxt].
The [Company] field exists in another table called "Pipeline".
All the data in the "Participants" table is new. When I enter a new
record, I want to choose the the [Company] name from the Pipeline
table so I can set up a future relationship between the tables.
I would like to choose from the list of existing companies in the
"Pipeline" table and update the name of the company while I'm in my
form.
I've tried using a subform with a little combo box to the Pipeline
table. I don't know what code or event to write to make the results of
my selection populate the Companytxt control