Hi Ray,
Assuming that both Form1 and Form2 are using the same
table and that text1 and text2 are bound to the same
field, you should be able to pick up any change made in
field from text1 by requerying form 2 assuming that both
forms are open at the same time. On the afterupdate event
of text1 you could put Forms!form2.requery
The Easy Day