hi, I have a problem with my datacombo. I'm using a batch optimistic recordset and everytime i add new record, i want the contents of my datacombo be changed. its something like SELECT..FROM..WHERE...NOT IN(SELECT........) thing. The problem is that since i'm using batch optimistic which enables batch updating, the table where i get the contents of my datacombo is not refreshed. it's not also possible to delete the record from the rowsource because of fears that it might be deleted from the database. what should i do?
orasbot
