View Full Version : Update Table With Input From User


Lady Gragor
09-26-2009, 03:08 AM
Hi,

I have a user input form from which the data entered is appended to a table when they click the save button. I would like to call up certain records based on a specific field where the value is equal to 'down' The user needs to check the form and make some changes to that field, then update the form with the changes. Could I have some advise on the best way to handle this please?

Thanks in advance.

Gragor :o

khawar
09-26-2009, 03:34 AM
you can filter records on the basis of criterea

Lady Gragor
09-26-2009, 03:42 AM
Yes that part I understand, I am just wondering about the upate. Thanks for your help

khawar
09-26-2009, 03:44 AM
Can you give some detail whether you are using bound form or unbound