I am relatively new to access so please bear with me.
I have an access database with the following fileds
Name
Years_Purchasing
Most_Recent_Spend
LY_Spend Months_Since_Last_Purchase
New_Customer
Promotion offer:*
The promotion offer field has the following IFF statement. [CODE]Promortion Offer: IIf([LY Spend]>=1000,0.5,IIf([LY Spend]>=400,0.25,IIf([LY Spend],0.1)))[/CODE
In the next step I have to display all the offers that only have 50% but without using the cryteria field as in the desing view.
Can someone help?
Not exactly sure how to do this and am a bit stuck thank you
tom
I have an access database with the following fileds
Name
Years_Purchasing
Most_Recent_Spend
LY_Spend Months_Since_Last_Purchase
New_Customer
Promotion offer:*
The promotion offer field has the following IFF statement. [CODE]Promortion Offer: IIf([LY Spend]>=1000,0.5,IIf([LY Spend]>=400,0.25,IIf([LY Spend],0.1)))[/CODE
In the next step I have to display all the offers that only have 50% but without using the cryteria field as in the desing view.
Can someone help?
Not exactly sure how to do this and am a bit stuck thank you
tom