Recently i have changed the name of a field in my table, but now when I try to execute a form that gets the information from that table I always get an error.
How I can edit the form SQl in order to change there the name of the field?
Recently i have changed the name of a field in my table, but now when I try to execute a form that gets the information from that table I always get an error.
How I can edit the form SQl in order to change there the name of the field?
[QUOTE=penguinale1980;22600]Recently i have changed the name of a field in my table, but now when I try to execute a form that gets the information from that table I always get an error.
How I can edit the form SQl in order to change there the name of the field?[/QUOTE]
Go to application -> synchronize. The changes will apply. Then you need to redo some work if you have special things on the old field, this procedure will delete old and add new. So if you have events, then you need to copy the code before doing this otherwise you have to redo that all over again.
Perfect Thanks Sir!!!