Hi, I've created a view that uses a CASE statement to set
the value of a field depending on the value of another
field. The view is created ok however I need the view to
be updateable and this isn't the case at the moment. Is
there another way to approach this problem so that I do
get an updateable view? My basic needs are:
1. Check the purchasing status field in an orders table (1
is being purhased solely by the main contact and 2 is
being purchased by the main contact and partner)
2. If 1 then display the main contact's name in a field
called 'Buyer' in the view.
3. If 2 then display the partner's name in the 'Buyer'
field.