when i add data it doesn't seem to go into the recordset immediately i have to close the program and reopen before i can see the newly added data. i tried refresh and requery but it doesn't seem to work
problem when adding data, i can't view the newly added correctly
Collapse
X
-
Originally posted by jaz215when i add data it doesn't seem to go into the recordset immediately i have to close the program and reopen before i can see the newly added data. i tried refresh and requery but it doesn't seem to work -
Originally posted by Killer42Could you give us some details about the version of VB, what sort of database, how you're accessing it, and so on?
The way I add is:
Code:adodc.recordset.addnew <asigning values to textboxes conected to the adodc> adodc.recordset.update adodc.recordset.refresh
Thanks.Comment
-
Originally posted by jaz215got the answer in another thread sorry for this. anyway to fix the problem i just have to refresh twice dont know why this is. thanksComment
Comment