R
Robbro
I import a large sales report that has a "full item description" field, part
of which is a lot number, part of which is a container code. To apply costs
I have to split that into each individual component. I have successfully
created a query to do that using left() and right() and IIf statements. I am
having trouble getting that query to link to the rest of my cost info which
is based on lot and contcode. Both lot and contcode are entered as text. I
am very new to access so I am probably doing something silly wrong.
of which is a lot number, part of which is a container code. To apply costs
I have to split that into each individual component. I have successfully
created a query to do that using left() and right() and IIf statements. I am
having trouble getting that query to link to the rest of my cost info which
is based on lot and contcode. Both lot and contcode are entered as text. I
am very new to access so I am probably doing something silly wrong.