Hi
Please can someone help me?
In my mysql database have two tables - ‘staff’ and ‘staff roles’.
In my ‘staff’ table I have a field called ‘staff_role_id’ which pulls the data from the ‘staff roles’ table via an automatic lookup.
Now this select field works absolutely fine with single lookup values. However, as soon as I change this to ‘multiple’ (i.e. to assign more than one role per staff) and hit ‘save’ it overwrites all the other staff records and does not record more than one staff role.
Is this a glitch or what else do I need to do to get this to work?
Thanks in advance