Recent content by kemas

  1. K

    Repeating column heading in access report with 2 columns

    I got it see picture
  2. K

    Repeating column heading in access report with 2 columns

    Yes but in every page I want it on every column in one page
  3. K

    Repeating column heading in access report with 2 columns

    I have a report with this column 1 number 2 employees I want to print it with 2 or 3 columns in one page And I want header to appear over each column Like this Number empln number empln number empln Thanks for helping me
  4. K

    Using VBA to filter a textbox on a form

    Private Sub Text219_AfterUpdate() Me.Form.Filter = "saff=" & Me.Text219 Me.Form.FilterOn = True End Sub
  5. K

    Open Form with current record

    very good thank you
Back
Top Bottom