Hey everyone,
I currently have a list box in a form that populates the ProductID field based on the multi select options.
TableA
RecordID = 100
ProductID = MEH, AGH, PVH
USER = jdoe
I now want to populate and sort a list box on another form based on the values stored on the ProductID field. I have another table that stores the Product info based on ID.
Thanks in advance!
Z
I currently have a list box in a form that populates the ProductID field based on the multi select options.
TableA
RecordID = 100
ProductID = MEH, AGH, PVH
USER = jdoe
I now want to populate and sort a list box on another form based on the values stored on the ProductID field. I have another table that stores the Product info based on ID.
Thanks in advance!
Z