B
b_a_redman
I have a field called 'counties served'. On my form i have a combo box that
stores county values, this was done through the wizard where i entered in the
values i want it to show. What i want to be able to do is select a county,
then click on a button, which will add it to the field. Then i can select
another value, and that value also be inserted into the field aswell. So for
example, i have selected Sussex from the combo box, i click add which moves
it into the field. I then select Surrey and click add, this adds the data to
the record, so that field would now read 'Sussex, Surrey'. Each county must
be seperated by a comma. I have no knowledge of access or vba, so can someone
explain to me how to do this and provide me with the code if possible.
Field Name - Counties Served
Combobox name - Combo1
Buttonname - Button1
stores county values, this was done through the wizard where i entered in the
values i want it to show. What i want to be able to do is select a county,
then click on a button, which will add it to the field. Then i can select
another value, and that value also be inserted into the field aswell. So for
example, i have selected Sussex from the combo box, i click add which moves
it into the field. I then select Surrey and click add, this adds the data to
the record, so that field would now read 'Sussex, Surrey'. Each county must
be seperated by a comma. I have no knowledge of access or vba, so can someone
explain to me how to do this and provide me with the code if possible.
Field Name - Counties Served
Combobox name - Combo1
Buttonname - Button1