So I have two tables, one with order data and another with part numbers with weights.
i.e.
part number weight
xxxxx 1lb
ssssss 2lb
invoice partnumber qty
1111 xxxxxx 18
2222 sssssss 17
i want access to spit out a collumn that says ok, searching the invoice data table, find part xxxxx in the part weight table and give me the associated weight of the part. any ideas?
ive tried dlookup to no avail, perhaps im using it wrong.
i.e.
part number weight
xxxxx 1lb
ssssss 2lb
invoice partnumber qty
1111 xxxxxx 18
2222 sssssss 17
i want access to spit out a collumn that says ok, searching the invoice data table, find part xxxxx in the part weight table and give me the associated weight of the part. any ideas?
ive tried dlookup to no avail, perhaps im using it wrong.
