You mentioned that you can do it with a Variable. In this case, replace the Variable with the Control .Value. Eg.

VB Code:
  1. 'your code that is loading the "other" TextBox's
  2.     Text1.Text = FormatCurrency([b]rs.(FieldName).Value[/b])

Where (in this case) rs is a RecordSet.




Bruce.