Elcan
Elcan

Reputation: 834

Multi-value ComboBox not saving data in linked table (Form/Query)

I currently have a Multi-Value field based on a list of e-mail address, in MS Access 2016. Both the destination table, and the table where the list is pulled, are linked tables. The ComboBox doesn't work for either Queries or Forms when the destination table is a Linked Table. It works for regular Table.

I wish to save multiple e-mail address in this field, without having to use a secondary table (this would be a better design, but would make building forms a complete nightmare, both for me and the users). The inner data storage is a CSV-like format with a ";" delimiter, automatically handled my Access.

To answer obvious questions :

Question : What am I missing, and what can I do to make this work in an MS Access Form with a linked table?

Here it what the selection tool from Access Form looks like :

enter image description here

Upvotes: 0

Views: 661

Answers (1)

Elcan
Elcan

Reputation: 834

The solution ended up being :

  • Unlink the table from the front-end
  • Re-link it

It seems like any complex field (Multi-Value, Calculated, Attachment) requires a re-linking of the table.

Upvotes: 1

Related Questions