11
Answers

update combobox

hi, I have a problem with combobox. I create a combobox in form1 this combobox display a list from the database. in addition i create another form2 makes a update on the table but the combo box list does not do this update. Can someone help me to solve this?
Answers (11)
0
kyle_hankinson

kyle_hankinson

NA 58 0 20y
Ahhh yeah thats a good idea.. I my query was just a select (*) where password = password.. I guess pulling it and comparing it will work and just as easy. Thanks. :D
0
ytram5

ytram5

NA 135 0 20y
This can be an issue with any database. SQL Server is not case specific, and apparently Access is as well(don't know for sure about Oracle). I know how to fix the issue in SQL Server, but I've never dealt with it in Access. Here is a page I found that helps somewhat: http://support.microsoft.com/?kbid=209674 Alternatively, you could do a select on the database for the given username. Select the password, it should be returned to you with the case retained, and then you can do the password comparison within your code.
0
abdullah

abdullah

NA 111 0 20y
Hi...... It is from Access..... Good luck......