Search results

  1. V

    Form1 to Form2 Button in the same Record (OpenForm or GotoRecord??)

    Hi! I have two different Forms with the same Record Source table and I'm trying to set a button in the first form which opens the second form at the same record. So far I tried the code below Dim test as integer test = 27 DoCmd.OpenForm "CustomerForm", , , "[CustomerID] =" & test The test...
Top Bottom