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
Printable View
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
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
Could You please treat me like an idiot and take me through the process step by step
thanks
I have sent you a small example to your email address