Okay - I think I've seen similar problems on the board and I've tried a few suggestions but no luck so far.
I have 2 subforms on the same form. The 1st subform, "Broker Listing" is in datasheet view with multiple broker names. The 2nd subform is "Broker Details" which is in form view and contains the name, address, phone#'s for the corresponding broker in "Broker Listing". I want to be able to select a broker in "Broker Listing" and have the associated info (name, address, phone#) appear in "Broker Details".
Here's what I have:
2 tables - "Contacts" and "Brokers". "Contacts" has a "ContactID" field (key), "Brokers" has a "ContactID" and "BrokerID" (key) field. The main form is from the "Contacts" table and the 2 subforms are from the "Brokers" table. The "Broker Listing" subform has "ContactID" as the master and child link and the the "Broker Details" subform has "BrokerID" as the master/child link.
Any help or suggestions would be greatly appreciated.
I have 2 subforms on the same form. The 1st subform, "Broker Listing" is in datasheet view with multiple broker names. The 2nd subform is "Broker Details" which is in form view and contains the name, address, phone#'s for the corresponding broker in "Broker Listing". I want to be able to select a broker in "Broker Listing" and have the associated info (name, address, phone#) appear in "Broker Details".
Here's what I have:
2 tables - "Contacts" and "Brokers". "Contacts" has a "ContactID" field (key), "Brokers" has a "ContactID" and "BrokerID" (key) field. The main form is from the "Contacts" table and the 2 subforms are from the "Brokers" table. The "Broker Listing" subform has "ContactID" as the master and child link and the the "Broker Details" subform has "BrokerID" as the master/child link.
Any help or suggestions would be greatly appreciated.