Hi guys, this is my problem. I want that when i insert a record throught VB6 code,the event Afterinsert of the form fired. The problem is the SQL query INSERT INTO [table] but i can't not make it insert on a form so the event can't be fired.
Printable View
Hi guys, this is my problem. I want that when i insert a record throught VB6 code,the event Afterinsert of the form fired. The problem is the SQL query INSERT INTO [table] but i can't not make it insert on a form so the event can't be fired.
Hi Vntalk.
Could you explain what you want to achieve - and possibly why - it would help us to help you.
VB forms don't have an AfterInsert event like Access does for example. Are you using a data control and bound controls?
Could you wire your update to a 'Save' button?
Is this VB6 or Access VBA?
Insert a recorset from VB6 to Access Form. Yup Access Form And Not Access Table.
I want the Access Form Event To Do Something After A Record Is Inserted