Hey Folks,
I have a form that uses a multi-select combo box so that whatever the user selects from that combo box they can then 'load' those selections into a memo field. I am trying to figure out how to save these folks some time, so that they only have to use the above method if they wish to deviate from default values; and for default values they can just click a command button all values in a table named 'defaults' will be loaded instead. Is there an easy way to take a table that contains default items and once a command button is pressed on a form to add all those items in the default table, seperated by a comma, into the field on the form?
Thank you very much for any assistance you can provide,
Joe
I have a form that uses a multi-select combo box so that whatever the user selects from that combo box they can then 'load' those selections into a memo field. I am trying to figure out how to save these folks some time, so that they only have to use the above method if they wish to deviate from default values; and for default values they can just click a command button all values in a table named 'defaults' will be loaded instead. Is there an easy way to take a table that contains default items and once a command button is pressed on a form to add all those items in the default table, seperated by a comma, into the field on the form?
Thank you very much for any assistance you can provide,
Joe