I don't see where you want to store the actual price. I expect you want to
store a value like "Each", "Pack", or "Box" in the Item Packaging field.
I think your table structures aren't correct.

Signature
Duane Hookom
Microsoft Access MVP
Because these items are repacks (left overs fireworks). Each item is packed
and listed on a sticker that has a bar code. Each bar code is then entered
by which tent returned the items. The tent is then credit for the return
inventory. Each product may be returned in one of four packings each, pack,
box, brick. Each packing has a different price. The prices will not change
because our price lists are set each season. So the value are not going to
change if they return 50 firecrackers at .75 the value of their credit is
37.50.
Now the boxes will be reissued at the same prices to following season but
not necessarily to the same tent. But the value stays the same because the
price stickers are already on them and we honor that price. So the boss
wants me to be able to produce a report (credit memo) for the repacks being
returned and the same type of report but as an invoice for the repacks being
reissued.
Confused yet, I have been working on this project since last August.
Wright now, I need to be able to produce a report for data I lost and had to
retype that allows me to show each box # the item the quanity return the
price for the packing being returned and the total of the quanity times the
packing price.
Unfortuantley time is a factor today.

Signature
Lynette
> I don't see where you want to store the actual price. I expect you want to
> store a value like "Each", "Pack", or "Box" in the Item Packaging field.
[quoted text clipped - 57 lines]
> > > > > > query, but the query would not take the long if else statement required to
> > > > > > produce the Item Price based on the packaging. Any suggestions.
Duane Hookom - 30 May 2007 20:11 GMT
After all of your explanation, I still don't know where you want to store
your values of price etc.
I would expect you to have a table like:
tblInventoryReturns
=================
InvRetID autonumber primary key
TentNum
ItemID
ItemQty
ItemPackaging
ItemQuantity
ItemUnits (values like "Each", "Pack","Box",...)
UnitPrice

Signature
Duane Hookom
Microsoft Access MVP
> Because these items are repacks (left overs fireworks). Each item is packed
> and listed on a sticker that has a bar code. Each bar code is then entered
[quoted text clipped - 81 lines]
> > > > > > > query, but the query would not take the long if else statement required to
> > > > > > > produce the Item Price based on the packaging. Any suggestions.
ksfireworksgal - 30 May 2007 20:18 GMT
I have a similar table called Repack Box Values
It has
Box #
ItemDescription
Quanity
Packing
This where I want to put Individal Value and Quanity Value

Signature
Lynette
> After all of your explanation, I still don't know where you want to store
> your values of price etc.
[quoted text clipped - 96 lines]
> > > > > > > > query, but the query would not take the long if else statement required to
> > > > > > > > produce the Item Price based on the packaging. Any suggestions.
John W. Vinson - 30 May 2007 21:13 GMT
>I have a similar table called Repack Box Values
>
[quoted text clipped - 5 lines]
>
>This where I want to put Individal Value and Quanity Value
If you want to store the values, then you need fields into which to store the
values. Are Values the same as Price in your model?
John W. Vinson [MVP]
Duane Hookom - 30 May 2007 21:18 GMT
Is [Repack Box Values] where you want to store the data that you have been
asking how to store since the beginning of this thread? If so, is there a
reason why I don't see a TentNumber field?

Signature
Duane Hookom
Microsoft Access MVP
> I have a similar table called Repack Box Values
>
[quoted text clipped - 106 lines]
> > > > > > > > > query, but the query would not take the long if else statement required to
> > > > > > > > > produce the Item Price based on the packaging. Any suggestions.
ksfireworksgal - 30 May 2007 21:58 GMT
I believe that is where I want it, it seems the best place. As for the tent
number - more than one tent may be assigned to each box depending on if it is
coming back to the warehouse at the end of the season, being staged for
distrubtion (on a skid), or being sent out as part on an intial order at the
begining of a season. So the tent number may fluctuate - but the value will
not.
I hope this makes sense.

Signature
Lynette
> Is [Repack Box Values] where you want to store the data that you have been
> asking how to store since the beginning of this thread? If so, is there a
[quoted text clipped - 110 lines]
> > > > > > > > > > query, but the query would not take the long if else statement required to
> > > > > > > > > > produce the Item Price based on the packaging. Any suggestions.