How to get Forms to perform UPDATE not INSERT [message #327782] |
Tue, 17 June 2008 10:04  |
wrwelden
Messages: 7 Registered: November 2004
|
Junior Member |

|
|
I have developed a form with one data block and one control block. The data block has a non-database item that needs to allow for input. This 'amount' is used to adjust other database items in the block.The form opens in insert mode and an execute query is performed to populate the block. This form is to be used to perform updates only. Various edits are performed, but , on save the default functionality attempts to insert rows instead of doing an update. Why?
And how do i get the form to perform an update?
|
|
|
|
|
|
|
|