G
Guest
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
same value to another field in the same form.
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Esrei said: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
Esrei said: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
Sue said: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
Esrei said: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
Esrei said: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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.