Hi!
I have a form (form1) and the form has a combobox and a textbox.
form1 is already connected to a access database (mydatabase.mdb)
textbox is connected to customername datafield and combobox is connected to
customercity datafield.
i don't have any problem with textbox but combobox shows the list of cities
and accepts select city but it can not save it.
now what's wrong with my combobox that accepts data but when i press the
savebutton doesn't send anything to my database.
Best wishes
Grigoris Tsolakidis - 03 Jun 2005 14:48 GMT
Show a code or somthing.
Maybe you didnt set ValueMember property
> Hi!
>
[quoted text clipped - 8 lines]
> savebutton doesn't send anything to my database.
> Best wishes