Is there a way to edit this hidden table to prevent alphabeticalisation within the multi-value field?
Originally Posted by http://office.microsoft.com/en-us/access-help/guide-to-multivalued-fields-HA001233722.aspx#BM1
This is the row source control in the multi-value field in the DMP Table:
SELECT [DMP Parasites found].[Parasite found], [DMP Parasites found].[ID] FROM [DMP Parasites found] ORDER BY [ID];
That would appear to sort the result by the ID (number) from the Parasites found table in the parasites found field of the DMP Table, but it doesn't.