I should know this but I don’t. I have a combo box that is on a subform. The Combo box is sourced from a query of Partnbr, Description from tbl_parts
I can get partnbr into tbl_needed_items(the source for the sub form)
When I use:
Me!Description = DLookup("descp", "qry_all_skus")
I get the same description on every line of the subform.
I can get partnbr into tbl_needed_items(the source for the sub form)
When I use:
Me!Description = DLookup("descp", "qry_all_skus")
I get the same description on every line of the subform.