useractive
Programmer
I'm working on a claims database and have a question on populating fields based on Combo Box Choices.
Relationships: (basic ones we'll be using)
Location - Regional Property Manager (RPM)
RPM - Management Company (MC)
MC - Property Owner (PO)
PO - Location
On the claims form that I am having them fill out, they will fill out most of it, then choose the location the claim happened at through a drop down box which pulls from tblLocation. When they choose the location, I would like it to pull and populate the other 3 fields on the page (RPM, MC, and PO). I'm guessing I need a trigger of some sort but I'm kinda new to this part of it. Would it be something like pulling tblLocation.rpm & tbllocation.po to populate those fields? Any help would be greatly appreciated. Thanks.
Relationships: (basic ones we'll be using)
Location - Regional Property Manager (RPM)
RPM - Management Company (MC)
MC - Property Owner (PO)
PO - Location
On the claims form that I am having them fill out, they will fill out most of it, then choose the location the claim happened at through a drop down box which pulls from tblLocation. When they choose the location, I would like it to pull and populate the other 3 fields on the page (RPM, MC, and PO). I'm guessing I need a trigger of some sort but I'm kinda new to this part of it. Would it be something like pulling tblLocation.rpm & tbllocation.po to populate those fields? Any help would be greatly appreciated. Thanks.