Hello,
I have a form where the user selects an ID from a drop down, then the details are searched for using a search query and shown in the text boxes below it.
I want the user to be able to make any changes to the data, but I only want the data to be saved once the user clicks an Update button that will run an update query.
Currently the data changes in real time
Any idea's on how to do this?
I have a form where the user selects an ID from a drop down, then the details are searched for using a search query and shown in the text boxes below it.
I want the user to be able to make any changes to the data, but I only want the data to be saved once the user clicks an Update button that will run an update query.
Currently the data changes in real time
Any idea's on how to do this?