Search results

  1. P

    Solved Autofilled data in a form from another form

    That was it! Thank you very much!! Knowledge is power!!!
  2. P

    Solved Autofilled data in a form from another form

    Thank you so much, but I do not know how to do it. Any code example?
  3. P

    Solved Autofilled data in a form from another form

    This is what I thought in the first place, but I don't really know how to do it. The button that opens the new form has this code: Private Sub Command17126_Click() DoCmd.OpenForm "List" DoCmd.GoToRecord acDataForm, "List", acNewRec End Sub Then the form "List" starts completely empty...
  4. P

    Solved Autofilled data in a form from another form

    Hi Ebs, I don't want to enter again the address, I just need it to appear in the new form as the user needs to see this detail before entering the additional data. The entries have an ID but again, I don't know how to do it and I am totally naive in Access... Thanks!
  5. P

    Solved Autofilled data in a form from another form

    Hi guys, I would some help with the below. I have a form, in which, the user enters some data and updates a table. This form opens through a button from a previous form where some specific data are retrieved and presented from a different table. What I would like to do, is the empty form...
Back
Top Bottom