In Access 2000, I have a Receipt Form which allows the user in a particular control, to bring up a modal form using the Double_Click event of the control. The modal form provides for a numerical conversion and on closing sends the value to the same control from which the modal form was originally brought up. Presently, this is being done through code which sends the value to the named control in the Receipt Form. My question is whether there is some generic way to identify the originating control rather than having to specify it by its particular control name. This would allow me to apply the code to every instance where the modal conversion form is called up rather than having to individually program each form due to the different control names and form names from which the modal form is called. The control where the calculation is sent is always the same control that has the focus when the modal form is opened. Thanks for any help!