Recent content by mathhex

  1. M

    Print current record multiple times

    Yes, thank a lot. It works!!:)
  2. M

    Print current record multiple times

    Hi, I'm using Access 2010. I've got a Form with a print button with the following code: Private Sub prt2_Click() Dim strWhere As String If Me.Dirty Then 'Save any edits. Me.Dirty = False End If If Me.NewRecord Then 'Check there is a record to print...
  3. M

    Hello

    Hello, I'm Math from the Netherlands. Untill now i did some simple basic stuff with access, so i'm basicly still a beginner.
Back
Top Bottom