|
-
Jan 1st, 2000, 11:34 PM
#1
Thread Starter
Lively Member
What code do I need behind a command button to add and edit a new record to an accress 2000 database using the ADO data control.
Thankyou
-
Jan 2nd, 2000, 01:14 AM
#2
Guru
If using bound controls, all you need to do is issue an UPDATE command after your controls have been updated.
When adding a new record, issue an ADDNEW command, update your controls, then UPDATE
HTH
Tom
-
Jan 2nd, 2000, 08:16 PM
#3
Thread Starter
Lively Member
Could You please treat me like an idiot and take me through the process step by step
thanks
-
Jan 3rd, 2000, 01:57 AM
#4
Guru
I have sent you a small example to your email address
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
|