G
Guest
I have a data entry form used to input information about a home property. On
this form, I want to pull-in information from 2 other tables table via a
drop-down combo box. Here's a detailed explanation....
On the right side of the form, I want to visibly display information about
the LENDER and the REALTOR associated with that property. They both have
their individual tables. One table that stores all my LENDERS and one table
that stores all my REALTORS. On the top right, I want a combo-box that
allows me to select any one of my LENDER records. And immediately following
that box, I then have "disabled" fields that display LENDER PHONE, LENDER
ADDRESS, LENDER FAX, LENDER EMAIL, LENDER MOBILE, etc. These fields update
strictly based on whichever record I select from the LENDER drop-down
combo-box.
Then on the bottom right, I want another combo-box that allows me to select
any one of my REALTOR records. On this form I then also have "disabled"
fields that display REALTOR PHONE, REALTOR ADDRESS, REALTOR FAX, REALTOR
EMAIL, REALTOR MOBILE, etc. These fields update strictly based on whichever
record I select from the REALTOR drop-down combo-box.
I already have a QUERY in place that scans all the records in my PROPERTY
table with all the records in my CONTACTS table, even though I don't use all
the fields. This was done to associate a CONTACT with the PROPERTY record.
That works successfully. So with every property I can successfully change
the CONTACT drop-down combo box and all the other fields update as they are
stored in the CONTACT TABLE (i.e. CONTACT PHONE, CONTACT ADDRESS, CONTACT
FAX, CONTACT EMAIL, CONTACT MOBILE, etc.) simply by chosing the CONTACT
record in the combo box. I now need to do the same for LENDER and REALTOR
and I don't know how.
I've been struggling w/ this literally all day until I threw in the towel
moments ago. Is there a way to use DLookUp to solve this problem? Is there
another way to accomplish what I'm trying to do? If I add the LENDER and
REALTOR tables to my Query, Access responds w/ "Too many fields".
In short, how can I pull in data from my LENDER and REALTOR tables via a
drop-down box and then have all the related fields on my PROPERTY form
display correctly. I can send screen shots if needed.
Thanks so much. Any help is very greatly appreciated.
Thanks in advance.
Regard,
Frank
this form, I want to pull-in information from 2 other tables table via a
drop-down combo box. Here's a detailed explanation....
On the right side of the form, I want to visibly display information about
the LENDER and the REALTOR associated with that property. They both have
their individual tables. One table that stores all my LENDERS and one table
that stores all my REALTORS. On the top right, I want a combo-box that
allows me to select any one of my LENDER records. And immediately following
that box, I then have "disabled" fields that display LENDER PHONE, LENDER
ADDRESS, LENDER FAX, LENDER EMAIL, LENDER MOBILE, etc. These fields update
strictly based on whichever record I select from the LENDER drop-down
combo-box.
Then on the bottom right, I want another combo-box that allows me to select
any one of my REALTOR records. On this form I then also have "disabled"
fields that display REALTOR PHONE, REALTOR ADDRESS, REALTOR FAX, REALTOR
EMAIL, REALTOR MOBILE, etc. These fields update strictly based on whichever
record I select from the REALTOR drop-down combo-box.
I already have a QUERY in place that scans all the records in my PROPERTY
table with all the records in my CONTACTS table, even though I don't use all
the fields. This was done to associate a CONTACT with the PROPERTY record.
That works successfully. So with every property I can successfully change
the CONTACT drop-down combo box and all the other fields update as they are
stored in the CONTACT TABLE (i.e. CONTACT PHONE, CONTACT ADDRESS, CONTACT
FAX, CONTACT EMAIL, CONTACT MOBILE, etc.) simply by chosing the CONTACT
record in the combo box. I now need to do the same for LENDER and REALTOR
and I don't know how.
I've been struggling w/ this literally all day until I threw in the towel
moments ago. Is there a way to use DLookUp to solve this problem? Is there
another way to accomplish what I'm trying to do? If I add the LENDER and
REALTOR tables to my Query, Access responds w/ "Too many fields".
In short, how can I pull in data from my LENDER and REALTOR tables via a
drop-down box and then have all the related fields on my PROPERTY form
display correctly. I can send screen shots if needed.
Thanks so much. Any help is very greatly appreciated.
Thanks in advance.
Regard,
Frank