-
hi, i have a problem with ADODC control, i want to create a duplicate record of existing one, how can i? in my application i have a "Duplicate" button, if i press the button then the currnet record must be duplicate as a next record in database.
please solve my query asap.
thanx
sandesh
-
I believe you have some controls bind to the ADO data control. So what you need to do is when the user press a button, they will open a connection to the database and do the normal data insertion thru codes. Then remember to refresh the data control.