M
Mark Gregory
I'm sure there is a simple solution to this, I have tried some other solututions to no effect.
I have a query field [MemebrType] where the data will only be Gold, Silver or Bronze.
I need another field [Cost] in the query that is dependant on the three conditions.
If [MemebrType] = Gold then [Cost] = ?380
If [MemebrType] = Silver then [Cost] = ?300
If [MemebrType] = Bronze then [Cost] = ?250
I presume it would start
Cost:IIf([MemberType]="Gold","380".....etc
I have tried many combinations to no avail, please help!!
I
EggHeadCafe - Software Developer Portal of Choice
BOOK REVIEW: Silverlight 2 Unleashed / Bugnion [SAMS]
http://www.eggheadcafe.com/tutorial...f9b-d99c0d78cae8/book-review-silverlight.aspx
I have a query field [MemebrType] where the data will only be Gold, Silver or Bronze.
I need another field [Cost] in the query that is dependant on the three conditions.
If [MemebrType] = Gold then [Cost] = ?380
If [MemebrType] = Silver then [Cost] = ?300
If [MemebrType] = Bronze then [Cost] = ?250
I presume it would start
Cost:IIf([MemberType]="Gold","380".....etc
I have tried many combinations to no avail, please help!!
I
EggHeadCafe - Software Developer Portal of Choice
BOOK REVIEW: Silverlight 2 Unleashed / Bugnion [SAMS]
http://www.eggheadcafe.com/tutorial...f9b-d99c0d78cae8/book-review-silverlight.aspx