View Full Version : After update


BWT Tuero
05-21-2002, 04:09 AM
I have a form where a fields after update - event controls the output to another field.
It works fine the first time,but if I try to go back to change the field, it does not update the other field. Why is this and can I do anything about it? I tried to search the forum but could not find anything directly related. Any help would be much appreciated!

ColinEssex
05-21-2002, 04:18 AM
Try it OnExit of the field

Col

Fizzio
05-21-2002, 07:04 AM
Try adding me.refresh onto the end of your After_Update code

BWT Tuero
05-21-2002, 09:53 PM
I tried both but with no success. Changing the value of the first field still does not update the value of the second field after the first time the first field is entered and the second updated. Could there be any settings on or something that prevents this? It can't be that the events only work the first time the field is entered?

Fizzio
05-22-2002, 04:35 AM
Post your code.