Search results

  1. H

    I'm getting a type mismatch can anyone please tell me how to fix it?

    Public Function TrimNull(startstr As String) As String TrimNull = Left$(startstr, lstrlenW(StrPtr(startstr))) End Function
  2. H

    Convert Dates / Sorting

    Hi, I have 2 problems partly inter related. In a field (Rev) in a table structure where no actual rev was on the document I picked up from another access app the date. What I would like to do is change that from dd/mm/yy to yyyy (or yy)mmdd as a number. Then I need to do something a bit...
Top Bottom