R
Robbro
I'm trying to create a cost estimate form, and I'm working on one underlying
query to power it.
Its based off a lot number. A certain digit in our lot number indicates the
blend of the product. I have a table of blend codes and descriptions based
on that digit. I have a column to calculate the blend code from the lot
number but I am having no luck getting the description into either the query
or the form. I have tried a Dlookup but I seem to have trouble getting it to
refer back to the query that it is in.
I know I could create another table of Lots and their associated blend
codes, but was trying to avoid that since the blend code is embeded in the
lot # already.
So what I have in the query where description is what I cannot get imported
is:
Lot blendcode description
and in my table I have
blendcode description
What is the proper way of getting my description into my query?
query to power it.
Its based off a lot number. A certain digit in our lot number indicates the
blend of the product. I have a table of blend codes and descriptions based
on that digit. I have a column to calculate the blend code from the lot
number but I am having no luck getting the description into either the query
or the form. I have tried a Dlookup but I seem to have trouble getting it to
refer back to the query that it is in.
I know I could create another table of Lots and their associated blend
codes, but was trying to avoid that since the blend code is embeded in the
lot # already.
So what I have in the query where description is what I cannot get imported
is:
Lot blendcode description
and in my table I have
blendcode description
What is the proper way of getting my description into my query?