I know many are opposed to multi-valued fields, but in this case it works out nicely for my purposes ;P
The title pretty much says it all. I pick a couple things from a table to put into a field in a separate table via multi-value lookup, and when I hit ok, nothing happens. Literally. Tried the enter button, tried a mess of different keyboard mashing, and nothing. Referred to this thread which discussed a similar problem, and it did not help.
https://www.accessforums.net/forms/m...mbo-46494.html
Row Source:
SELECT [Cage Codes].[CageCode], [Cage Codes].[Company], [Cage Codes].[Division] FROM [Cage Codes] ORDER BY [CageCode];