Hi i have a form with many db fields like dbtext,dbmemo,etc linking to a dataset.What i want to do is with two buttons,one copies the content of all fields and another pastes the content when the dataset is in edit mode.To the paste button i already have the command setfields(array) but what about copy all fields into an array to put in set fields?How do i do this?Thanks.