Hello Everyone,
I'm using VS 2008 Pro to develop a form app for Windows XP
I have a form that is bound to data in sql server 2005.
The data on the form is displayed in detail record style.
Often whenever a user wants to create a new record, there's already an exisiting record in the database that has many of the same values as the one the user wnats to create.
So I'd like to copy the existingrecord and paste it into the new record, thereby expediting the new record creation. Is there a way to do this?
I want to put the code behind a button click event.
If any more information is needed, please let me know. Thanks.
Damon