Melodie
11-13-2009, 01:55 AM
I need to do something quite simple and have tried many solutions from code in various forums to no avail.
I have a customer details table, one field is a combo with type of membership field 'membtype' and can only be Gold, Silver or Bronze.
I then have a query with all the customer details including this 'membtype' field.
I want another 'cost' field that inputs the cost of each of the membership types automatically based on the membtype field. Gold = 350 Silver = 280 Bronze = 210.
What is the simplest way of doing this that works?
Thanks
I have a customer details table, one field is a combo with type of membership field 'membtype' and can only be Gold, Silver or Bronze.
I then have a query with all the customer details including this 'membtype' field.
I want another 'cost' field that inputs the cost of each of the membership types automatically based on the membtype field. Gold = 350 Silver = 280 Bronze = 210.
What is the simplest way of doing this that works?
Thanks