S
shannaj via AccessMonster.com
I can understand what you are saying here, it makes since. So I guess what I
would do is just make my itemid the item number with a number behind it
reflecting which price level it is so I don't run in to a problem with the
primary key. Is that right?
would do is just make my itemid the item number with a number behind it
reflecting which price level it is so I don't run in to a problem with the
primary key. Is that right?
That would actually be the easy way, but the problem is how your pricelist
table is structured. To do that, it would need to be:
ItemID
PriceLevelID
ItemPrice
The you could join it in a query using the ItemID from your Item table and
the PriceLevelID from the Customer table.[quoted text clipped - 11 lines]Would it make since to make a table of Price levels with the appropriate
levels indicated with the numbers 1-10 as the primary key, and then look them