G
Guest
I have the following dlookup on my main form(frmProject), looking up values
based of a combox(combo883) in a continuous
subform(frm_Project_detail_subform). DLookup works fine for the first record
of cmb883, however, if there are multiple records in the subform and I click
on those the value for the first record remains in combo883. When I click on
other records, I want the location displayed for those as well. What am I
missing? Thanks!
=DLookUp("[EQP_LOCATION]","tbl_EQUIPMENT","
[FORMS]![frmProject]![frm_Project_detail_subform]![Combo883] =
[tbl_EQUIPMENT]![equipment_name] ")
based of a combox(combo883) in a continuous
subform(frm_Project_detail_subform). DLookup works fine for the first record
of cmb883, however, if there are multiple records in the subform and I click
on those the value for the first record remains in combo883. When I click on
other records, I want the location displayed for those as well. What am I
missing? Thanks!
=DLookUp("[EQP_LOCATION]","tbl_EQUIPMENT","
[FORMS]![frmProject]![frm_Project_detail_subform]![Combo883] =
[tbl_EQUIPMENT]![equipment_name] ")