Wasn't quite sure where to post this.
i've got 2 types of members in my system-member A and member B for the sake of simplicity, there is also 4 types of items that these members can get, lets call them item 1-->4, each item has a different price depending on the item iteself and what member type, A or B, is getting it.
How do i display the correct value (in a text box in a form) if say member type A gets item 2 or member type B gets item 3?
Basically the (only) conditions could be: either A1, A2, A3, A4, B1, B2, B3, B4
atm, i've got 2 records in a table with the prices for member A in one row and prices for member B in the other row..now the only problem is getting the correct value to appear in a form depending on which circumstances belong to the member and which item s/he is getting.
Giving each item a price_ID wouldn't work as there are only 8 possible scenarios, and it also depends on the member type getting the item, not just the item type.
hope this makes sense
i've got 2 types of members in my system-member A and member B for the sake of simplicity, there is also 4 types of items that these members can get, lets call them item 1-->4, each item has a different price depending on the item iteself and what member type, A or B, is getting it.
How do i display the correct value (in a text box in a form) if say member type A gets item 2 or member type B gets item 3?
Basically the (only) conditions could be: either A1, A2, A3, A4, B1, B2, B3, B4
atm, i've got 2 records in a table with the prices for member A in one row and prices for member B in the other row..now the only problem is getting the correct value to appear in a form depending on which circumstances belong to the member and which item s/he is getting.
Giving each item a price_ID wouldn't work as there are only 8 possible scenarios, and it also depends on the member type getting the item, not just the item type.
hope this makes sense