I am using code to enter data into fields that are linked to an existing record in a database. The problem is that the record is not being updated ( at least I can't see that it is) until I exit out of the program and then go back into it. How can I update the record without exiting??
I have tried adoCallInfo.Update("Field" but it does not work.
I have tried adoCallInfo.Update("Field" but it does not work.