Ok, I have read many posts on multi-select list boxes and thought that the correct way to handle things is a one-many table.
So here is my problem.
I have a table that is populated by a listbox. The multi-selections go into the many table correctly.
But if I change records, and come back, the listbox of course does NOT bring back the items that were put into the many table. The listbox shows the items that can be selected, but there is nothing selected from before.
If I click on new items, they go into the many table too.
The listbox is in a subform, related to my main form based on PO# and Store # (they are the unique items to relate to.)
The listbox items that you can select are from a table ProperAttachments, the Listbox selections are stored in (Record Source) tblAttachments.
The subform for the listbox has the following properties:
Control Source = tblAttachments.Attachments
Row source type = Table/query
Row source = ProperAttachments
Multi-Select = Simple
View = Datasheet
If I need to give more information, please let me know.
I must be missing something simple (I hope!)
So here is my problem.
I have a table that is populated by a listbox. The multi-selections go into the many table correctly.
But if I change records, and come back, the listbox of course does NOT bring back the items that were put into the many table. The listbox shows the items that can be selected, but there is nothing selected from before.
If I click on new items, they go into the many table too.
The listbox is in a subform, related to my main form based on PO# and Store # (they are the unique items to relate to.)
The listbox items that you can select are from a table ProperAttachments, the Listbox selections are stored in (Record Source) tblAttachments.
The subform for the listbox has the following properties:
Control Source = tblAttachments.Attachments
Row source type = Table/query
Row source = ProperAttachments
Multi-Select = Simple
View = Datasheet
If I need to give more information, please let me know.
I must be missing something simple (I hope!)