Hello! I am working on a form that edits a record. How do I tell the list box to mark the saved values as selected when editing the record?
ie for this record the user has saved the following values in the listbox
Monday;Tuesday;Friday
How do I get the listbox to do this when editing the record:
Monday (selected)
Tuesday (selected)
Wednesday
Thursday
Friday (selected)
Forgive me if I have either over or under-explained.
Sincere thanks in advance!