N
nytwodees
I use Access 2000.
I have these 2 tables(as well as others): tbCompany. tbMeeting
Some companies have the same name but different addresses. Each company has
1 Main Contact person. plus additional individual names related to that
company.
Each Year there is an Annual Meeting. Some companies will attend this
meeting together with some of its individuals.
To enter data in the tbMeeting table I would like to have a ComboBox drop
down named AttendingCompany that shows the CompanyName, CompanyID, Address,
State, And ZipCode.
When I choose a CompanyName from that ComboBox, I would like the MainContact
field in the tbMeeting table to be automatically filled based on the
CompanyID shown (selection) which is the 2nd column.
However, I want to always see the CompanyName in the ComboBox field NOT the
CompanyID.
I am at a loss how to accomplish this ! Any help would be greatly
appreciated.
In addtion, I want to create a form using the tbMeeting together with a
subform that lists all individuals related to the CompanyID. But 1st things
1st.
I have these 2 tables(as well as others): tbCompany. tbMeeting
Some companies have the same name but different addresses. Each company has
1 Main Contact person. plus additional individual names related to that
company.
Each Year there is an Annual Meeting. Some companies will attend this
meeting together with some of its individuals.
To enter data in the tbMeeting table I would like to have a ComboBox drop
down named AttendingCompany that shows the CompanyName, CompanyID, Address,
State, And ZipCode.
When I choose a CompanyName from that ComboBox, I would like the MainContact
field in the tbMeeting table to be automatically filled based on the
CompanyID shown (selection) which is the 2nd column.
However, I want to always see the CompanyName in the ComboBox field NOT the
CompanyID.
I am at a loss how to accomplish this ! Any help would be greatly
appreciated.
In addtion, I want to create a form using the tbMeeting together with a
subform that lists all individuals related to the CompanyID. But 1st things
1st.