hi,
i got the next code..
DoCmd.OpenForm "klachten van client"
forms![klachten van client].klant_id = Me.Klant_id
but i want to add into this code the next : DoCmd.RunCommand acCmdRecordsGoToNew
can someonehelp me?
the first code + tell him to do that in a new record.
i got the next code..
DoCmd.OpenForm "klachten van client"
forms![klachten van client].klant_id = Me.Klant_id
but i want to add into this code the next : DoCmd.RunCommand acCmdRecordsGoToNew
can someonehelp me?
the first code + tell him to do that in a new record.