|
-
May 19th, 2008, 08:39 PM
#1
Thread Starter
Addicted Member
Vb6 Insert Event Access
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.
-
May 20th, 2008, 06:20 AM
#2
Frenzied Member
Re: Vb6 Insert Event Access
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?
-
May 20th, 2008, 09:05 AM
#3
Re: Vb6 Insert Event Access
Is this VB6 or Access VBA?
-
May 20th, 2008, 04:15 PM
#4
Thread Starter
Addicted Member
Re: Vb6 Insert Event Access
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|