Recent content by sebastopol123

  1. S

    Still Confused with Variable transfer form to form

    Form 2 is unbound as it can either select from a list or have input from the user. The input will be in text and may exceed 255. Hence there may be, or may not be duplication depending on the 'problem' input on from2. This outlyer would not be repeated in the same manner so no reason to keep it...
  2. S

    Still Confused with Variable transfer form to form

    When working in form1, I open form2. Here I enter data in a text box. I close form2 and wish to enter the data from form2 into a text box in form1. It was suggested I use Forms!Formname!formcontrol, but I get nothing. Is this because I closed form2? If I leave form2 open how do I get to form1...
  3. S

    Form to Form

    Thank you for the reply. I've tried your suggestion and I must be missing something. In form1 I have a text box and a command button. The button click procedure opens form 2. On form2 there is a text box and a button that closes the form2. This returns me to form1. I now want to enter into form...
  4. S

    Form to Form

    Sorry all, this must be very old hat, but I'd appreciate some help. I open a form and input data. I have the option to open form2 and with the OpenArgs transfer data. While I'm entering data I need to call form3 and select data from combo boxes. This is done without closing form2. When I finish...
  5. S

    Transfer Variables from form to form

    Sorry all, this must be very old hat, but I'd appreciate some help. I open a form and input data. I have the option to open form2 and with the OpenArgs transfer data. While I'm entering data I need to call form3 and select data from combo boxes. This is done without closing form2. When I finish...
Back
Top Bottom