J
JCowell
I have a query where I have product SKU's with various Pgrogram Prices. I
want to create an expression to look at these multiple prices and return the
lowest price and/or the heading for the lowest price:
Name APrice BPrice CPrice SeasonP FlyerP *BestProg *Best
Price
Widgit 1 1.01 1.25 1.54 1.11 0.99 FlyerP
0.99
Widgit 2 2.01 2.12 2.37 2.99
APrice 2.01
Widgit 3 1.23 1.22 1.25 1.24
BPrice 1.22
Widgit 4 4.25 4.35 4.76 3.99
SeasonP 3.99
I have list of items with different program prices. I want to create
*BestProg and *Best Price. I'm looking at about 110,000 seperate records so
I'm trying to create an expression in a query to find this info for me.
Pretty new Access but, I know the basics. Not really comfortable with SQL
but can use it a little. Any help would be greatly appreciated. There are
some Blank values where a specific item may not have independant pricing on
all programs.
want to create an expression to look at these multiple prices and return the
lowest price and/or the heading for the lowest price:
Name APrice BPrice CPrice SeasonP FlyerP *BestProg *Best
Price
Widgit 1 1.01 1.25 1.54 1.11 0.99 FlyerP
0.99
Widgit 2 2.01 2.12 2.37 2.99
APrice 2.01
Widgit 3 1.23 1.22 1.25 1.24
BPrice 1.22
Widgit 4 4.25 4.35 4.76 3.99
SeasonP 3.99
I have list of items with different program prices. I want to create
*BestProg and *Best Price. I'm looking at about 110,000 seperate records so
I'm trying to create an expression in a query to find this info for me.
Pretty new Access but, I know the basics. Not really comfortable with SQL
but can use it a little. Any help would be greatly appreciated. There are
some Blank values where a specific item may not have independant pricing on
all programs.