Add new database field

I have created a form to process a MySQL table with 15 fields (for example).

Then I add 1 more field to the table, howerver, the 16th field is not shown under ‘Select Field’ of the Form application.

Please help — how can I add new database field to the existing form application. I don’t want to redo the whole form for adding new database filed.

Re: Add new database field

On a Form app, Go to Application, Syncronize Table. On a Grid app, simply add the field to the SQL statement.

Regards,
Scott.

Re: Add new database field

Thanks a lot!