Combo Box / Limit to List

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Hi,

I have a combo box that gets data from a table. I have
added code to the Not in list event, that will create the
entry in the table if the user requires.

All this works fine and i have got the ombo to refresh
with the new item showing in the list, however i now want
to stop the default message (entry not in list) from
coming up also, as I have already coded my own message.

How do you disable the default message? I have tried to
set the limit to list as No, but it tells me that the
column width is not the same. When I change the column
width, it then changes my bound column to the ID rathe
than the description that was originally there!

Please can anyone help?

Thanks

Andy
 
Back
Top