PDA

Click to See Complete Forum and Search --> : ADO data stuff


death
Jan 1st, 2000, 10:34 PM
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

Clunietp
Jan 2nd, 2000, 12:14 AM
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

death
Jan 2nd, 2000, 07:16 PM
Could You please treat me like an idiot and take me through the process step by step
thanks

Clunietp
Jan 3rd, 2000, 12:57 AM
I have sent you a small example to your email address