I have a dropdown menu for saving multiple values in a tabel, only i want to save some of the same values multiple times.
Does anyone have an idea how to do this?
I have a dropdown menu for saving multiple values in a tabel, only i want to save some of the same values multiple times.
Does anyone have an idea how to do this?
Rather odd requirement and not possible with multi-value field. Instead, build a related table and save each value to separate record.
Understand that a multi-value field is really a link to a hidden table.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Thanks, I will build a related table!