Kingsteveiv
Technical User
I have 2 tables that are unrelated.
Table 1 - Address
Location / Address / City / State
AA 1234 Denver CO
BB 5678 Chicago ILL
Table 2 - Route
Stop 1 / Stop 2 / Stop 3 / Dist
in order to fill the fields in table 2 (stop 1, stop 2, stop 3), i created a form, based on table 2, that imputs the data into the stop 1, stop 2, stop 3 fields of table 2 according to a combo box that pulls information from the location field of table 1. my question is, if on the form when i select the location from a combo box, how can i get it to automatically input the addresses of the location selected from the combo box into the form for a caluculation for DIST in table 2. I do not need the address to be in table 2, i just need the DIST calculation.
I cant seem to do this with a query since neither table has any related fields. Please help!!!
Table 1 - Address
Location / Address / City / State
AA 1234 Denver CO
BB 5678 Chicago ILL
Table 2 - Route
Stop 1 / Stop 2 / Stop 3 / Dist
in order to fill the fields in table 2 (stop 1, stop 2, stop 3), i created a form, based on table 2, that imputs the data into the stop 1, stop 2, stop 3 fields of table 2 according to a combo box that pulls information from the location field of table 1. my question is, if on the form when i select the location from a combo box, how can i get it to automatically input the addresses of the location selected from the combo box into the form for a caluculation for DIST in table 2. I do not need the address to be in table 2, i just need the DIST calculation.
I cant seem to do this with a query since neither table has any related fields. Please help!!!