K
KraljevicMarko
Guest
Hello, community.
I have a combo box that is supposed to build its own value list from values that the user enters at runtime. I used NotInList event to add the following code:
Response = acDataErrContinue
[myfield].RowSource = [myfield].RowSource & ";" & NewData
Response = acDataErrAdded
However, the additions aren't permanent; the value list is wiped clean each time I restart the database.
How do I fix it?
Many thanks!
Kraljevic Marko
I have a combo box that is supposed to build its own value list from values that the user enters at runtime. I used NotInList event to add the following code:
Response = acDataErrContinue
[myfield].RowSource = [myfield].RowSource & ";" & NewData
Response = acDataErrAdded
However, the additions aren't permanent; the value list is wiped clean each time I restart the database.
How do I fix it?
Many thanks!
Kraljevic Marko