Hi,
Iâm using
VB 2005 and SQL Server 2005.
I have a ComboBox which displays data from a table. It displays colours, like red, green and blue.
What I would like to do, is if the user puts a colour in the ComboBox which doesnât exist in the table, it asks the user if they want to add this colour to the table.
So if the user keys black and black is not a choice in the ComboBox, it adds black to the table.
Does anyone have a sample app showing this working ?
Thanks so much. Any help much appreciated.
Thanks,