Recent content by Siw

  1. S

    How to Open new form and insert ID from first form, Access

    Thanks, I heard you and believed you but as I didnt get it to work I tried another way. I now made the corrections (moved the code to before insert) and it is finally working as I want it to.
  2. S

    How to Open new form and insert ID from first form, Access

    Thank you for clarifying :) I really tried to understand the code, but couldnt figure out if I was supposed to change something or not. (really REALLY new to VBA and access, but I am trying to understand and get a grasp of this new world).
  3. S

    How to Open new form and insert ID from first form, Access

    Thanks for all the replies. Pat, I might be blond as f.. as I am not able to get this to work. Specially "Me.MyFKName = Me.OpenArgs". But I have figured it out with another way :) Code on the button in first form: If Me.Dirty = True Then Me.Dirty = False DoCmd.OpenForm "OrdreSkjemaS", ...
  4. S

    How to Open new form and insert ID from first form, Access

    This seem to explain what I need, but I dont understand how to write the complete VBA code. Are you able to write me an example? These are my forms: KundekortS, singelform, (Primary key "KundeID")- first form where the customer is created Here is the button I would like to open the second form...
  5. S

    How to Open new form and insert ID from first form, Access

    Thank you :) And how do I do that?
  6. S

    How to Open new form and insert ID from first form, Access

    Dont even know what this means, thats how green I am..
  7. S

    How to Open new form and insert ID from first form, Access

    I see there is a lot of questions that sniff close to what I want to accomplish, but as a real newbie to coding - i have a hard time translating the solutions provided to what I am building. So I try my luck to see if explaining my built can get me the solutions I seek. I have a customerform...
Back
Top Bottom