Hi
I have a button on the main form that passes a date and number to another form.
The second form when called loads the data from the database using the date and number supplied, load the data (from the database) displays it and allows the user to edit data. When the user is finished they press the "Save" button.
The save function is implemented in PHP so how do I call the PHP function to do the save? If I reload the form my unedited data will be reloaded (I would have thought).
Thanks for any help.
Peter