Search results

  1. B

    VBA code to show record on form

    I tried to use that but I can't get what I want out of it. This worked for me. Now how would I get it to search for the next value based on that customer. So if a customer appeared more than once it wouldn't go to just the first record. Dim strFindWhat As String strFindWhat =...
  2. B

    VBA code to show record on form

    Thanks for the reply. unfortunately that hasn't really helped me :( i've tried another bit of code DoCmd.SearchForRecord acActiveDataObject, , , "[Customer] = " & strFindWhat but this hasn't worked either.
  3. B

    VBA code to show record on form

    So I have a form which is showing the current record and you can scroll through these and make modifications to them from the form as opposed to using a table. The form has the following fields populated from the main table Customer name (Can appear more than once) Status Date Servers Positions...
Top Bottom