Search results

  1. B

    Help with Runtime Error 2465

    Option Compare Database Option Explicit Private GrpArrayPage() As Integer Private GrpArrayPages() As Integer Private GrpNameCurrent As String Private GrpNamePrevious As String Private GrpPage As Integer Private GrpPages As Integer Private Sub PageHeaderSection_Format(Cancel As Integer...
  2. B

    Drop everything after a certain Character

    I have a Query with a field called a9RecipientName, that returns a text string. The text string is formatted like: LastName/FirstNames. I need to drop/trim all of the characters after the /. Thanks
Top Bottom