|
Post by tanger32au on Aug 22, 2019 23:08:34 GMT
Hi all.
I am using the simple database framework for a radio related database. Due to the way I want to use it, I would like to add a button that copies the current record and saves it. At the moment I am manually copying each field in to note pad and then back but this is taking up a lot of time.
Could somebody help me with the required code?
Thanks Paul
|
|
|
Post by Stefan Pendl on Aug 23, 2019 10:01:16 GMT
Copying is just adding an existing record, so just write a new record with the current information. Using the add action as a blue-print, you add the currently displayed information instead of using the newly entered information.
|
|