Hi there.
I'm still a total newbie in Access and VBS, so don't get mad at my stupidity:
- I have a form "StructureInput" which is coupled with a table "Structure".
- In the form I have some listboxes with "multiple select" turned on.
So far, no problems.
Now, because I didn't fully understand the coupling between multi-valued fields in a table and corresponding multi-select listboxes I had this brilliant (NOT) idea to make my listboxes in StructureInput UNBOUND and to have an "afterupdate-eventprocedure" which assigns a unique number to the corresponding field in Structure, formed by multiplying prime numbers associated with each possible selection in the listbox.
FIRST A QUESTION: Is this last strategy total nonsense or is it workable?
AND THEN MY PROBLEM (or call it annoyance): when I open my form the selections in the unbound listboxes are gone. After reading other threads I know I must save my form on exit, but how exactly should I do this?
Thanks very much,
Swamphen
I'm still a total newbie in Access and VBS, so don't get mad at my stupidity:
- I have a form "StructureInput" which is coupled with a table "Structure".
- In the form I have some listboxes with "multiple select" turned on.
So far, no problems.
Now, because I didn't fully understand the coupling between multi-valued fields in a table and corresponding multi-select listboxes I had this brilliant (NOT) idea to make my listboxes in StructureInput UNBOUND and to have an "afterupdate-eventprocedure" which assigns a unique number to the corresponding field in Structure, formed by multiplying prime numbers associated with each possible selection in the listbox.
FIRST A QUESTION: Is this last strategy total nonsense or is it workable?
AND THEN MY PROBLEM (or call it annoyance): when I open my form the selections in the unbound listboxes are gone. After reading other threads I know I must save my form on exit, but how exactly should I do this?
Thanks very much,
Swamphen