I have a display method control on one form: TestDisplay()
I have field on another form TestField.
I need the values from display method to appear on that field.
Both are from same table.
How can I get values from display method to store into a field?