
Originally Posted by
NoellaG
Hi,
first of all I wouldn't use multivalue lists in a table, it doesn't comply with the first normal form and almost surely will cause trouble later on.
If there are numbers stored in the list it means that the primary key values of the dependant table are stored in the multi-value column, not the name values. So you're probably dealing with a one to many relationship.
My advise: use a normalised datastructure and show the data on the many side of the relationship in a subform.
succes
NG