MSAccessRookie
AWF VIP
- Local time
- Today, 15:42
- Joined
- May 2, 2008
- Messages
- 3,428
I will admit up front that I should know the answer to this, but here I am anyway.
I have a pricing structure that will vary according to several Combo Box choices. An Example of one of them is below. Note that a user only sees Column 1 as the column widths are set at 1.5";0". My question is regarding how to refer to the Price Change (Column 2 in the Combo Box)
I have a pricing structure that will vary according to several Combo Box choices. An Example of one of them is below. Note that a user only sees Column 1 as the column widths are set at 1.5";0". My question is regarding how to refer to the Price Change (Column 2 in the Combo Box)
Code:
[FONT=Courier New] Combo Box Choice Amount of Price Change[/FONT]
[FONT=Courier New] "<=20%" 0.00[/FONT]
[FONT=Courier New] ">20 % and <= 45%" 3.00[/FONT]
[FONT=Courier New] "> 45%" 5.00[/FONT]