Search results

  1. M

    goto specific record

    Hi guys, want to switch between several forms. To go to the specific record I use this code: Private Sub GoConfirmation_Click() Dim strwhere As String strwhere = "[MBS Ref] = """ & Me.[MBS Ref] & """" DoCmd.Close acForm, "Edit" DoCmd.OpenForm "Confirmation", acNormal, "", strwhere...
  2. M

    Querry is too complex...solving

    Hey guys, i am currently working on a access database where I get on my calculations always this "too complex" message! The Problem why i get this is that the querries access on another querry, which is a little bit too complicated (I think)! I have a Start and a Enddate and between a lot of...
Back
Top Bottom