|
|
|
|
Re: Double insertion! [message #545099 is a reply to message #545096] |
Mon, 27 February 2012 04:29 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
If you have a datablock based on a table, and you enter values into the datablock and click the save button, forms will automatically insert the data into the DB. No insert statement needed.
Likewise if you query a record, modify it and click save, forms will automatically update the data in the DB. No update statement needed.
You need to learn to use the default functionality.
|
|
|
|
|
|
|