T
Trygve Lorentzen
Hi,
I have a combo box to select persons with 2 columns, personid and name. The
'personid' is hidden by setting the width of the first column to 0. I'd like
to be able to create new persons in this combo box by typing a name that
does not exist in the list, but I'm not allowed to set LimitToList property
to 'No'. It says I have to increase the width of the bound column. If I do
that, only the 'personid' is shown in the combo box (both id and name are
shown when combo box is "dropped down"). Is there a way to make this work
without coding? If not, how can I best implement this behaviour in VBA?
Any help will be GREATLY appreciated, thanks in advance
Cheers,
Trygve
I have a combo box to select persons with 2 columns, personid and name. The
'personid' is hidden by setting the width of the first column to 0. I'd like
to be able to create new persons in this combo box by typing a name that
does not exist in the list, but I'm not allowed to set LimitToList property
to 'No'. It says I have to increase the width of the bound column. If I do
that, only the 'personid' is shown in the combo box (both id and name are
shown when combo box is "dropped down"). Is there a way to make this work
without coding? If not, how can I best implement this behaviour in VBA?
Any help will be GREATLY appreciated, thanks in advance
Cheers,
Trygve