Expresion on enter

E

Esrei

What is the expresion for if I enter on one field in a form it must copy the
same value to another field in the same form.
Thanks
 
E

Esrei

I do not know
If I enter a value in one field on a form the same value must apear in
another field on the same line.
Thanks
 
S

Sue

in the on lost focus of the textbox for FieldA put this code

FieldB = FieldA

For FieldB set Tab Stop to No so field is skipped
 
E

Esrei

Hi

=[Cartons].[Value]=[Cartons Remaining].[Value]

I have tried this in the after update but nothing happens.
I type number of cartons into texbox "Cartons" after update it must write
the same value in textbox "cartons remaining" the values are stored in
deferent fields.
Thanks
 
Top