I have a table with item # and retail price. The retail prices range from $0.00 to $400.00
I would like to create a third column called Retail range. Retail range is in increments of $5. For example:
0-4.99
5-9.99
10-14.99
15-19.99
etc all the way to 400
Can someone suggest the best way to accomplish this task??? IIf's, queries, combo boxes???
I would like to create a third column called Retail range. Retail range is in increments of $5. For example:
0-4.99
5-9.99
10-14.99
15-19.99
etc all the way to 400
Can someone suggest the best way to accomplish this task??? IIf's, queries, combo boxes???