Search results

  1. D

    how to return preceding zeros

    Function ChangeDate(adate As Long) As Long Dim t As Integer Dim num As Long Dim num2 As Long Dim max As Object Dim snumber As Object Set dbcurrent = currentdb() num = Left(adate, 3) num2 = Right(adate, 4) For t = 0 To t =...
  2. D

    merging text lines

    I have been given a problem to solve in access (export in to excel), which involves some vb. This is fine, however I'm more of a beginner in C code but not Vb so any help would be appreciated. I have to write some code which will merge text from several lines onto one line but keep the line...
Back
Top Bottom