Search results

  1. T

    Torstein Krogh intro

    Hello. I have 55 years of computer software experience. Started with IBM 1401, punched cards and tapes. Then University studies with FORTRAN, COBOL and Simula 67. DataPerfect database, then Access in 1998. Made Manta, a system fir running a shipyard including invoice. Need help connecting latest...
  2. T

    Connect Access 365 to Mysql connector problem

    Hello. On the Mysql.com there is an article "6.4.3 Using Microsoft Access as a Front-end to Mysql". It does not work. After installing the current ODBC driver, no Mysql option shows when I try to create an ODBC connection.
  3. T

    docmd.SelectObject - .PrintAll problem

    ARNELGP: YOU ARE A GENIUS! I tested this replacement code: docmd.openreport Rpt1,,,,acHidden Docmd.Close acreport,Rpt1 and it works! I am so happy. Microsoft Support Professional Support gave up but you knew the answer. Thanks again!
  4. T

    docmd.SelectObject - .PrintAll problem

    Thanks, but that is a transfer error, it would not have compiled with such an syntax error. The issue is: Why does the selectObject ignore the Repor parameter and printes the active form instead??
  5. T

    docmd.SelectObject - .PrintAll problem

    Private Sub skrFakt_Click() Dim rst As DAO.Recordset Dim AntPoster As Integer Dim i As Integer Dim Rptl As String, Rpt2 As String, BetDok As String Dim Timeliste_regning As String 'sjekk at det ikke er brukt flere satser for samme art If DCount("*" "OrdrerTilFakt_sjekkArt") > O Then MsgBox "Du...
  6. T

    docmd.SelectObject - .PrintAll problem

    Hi, here comes the code in Excel:)
  7. T

    docmd.SelectObject - .PrintAll problem

    :banghead: the code is in a small pdf over this 100kb limit. how do I upload it?
  8. T

    docmd.SelectObject - .PrintAll problem

    Hi, For years I had this code running looping thru a list of orders printing 4 reports from each order using the .SelectObject and PrintAll. After my customer got a new Windows server, it prints the open form 4 times instead of the reports. I have tried Access 2013 and 2016 on two different...
  9. T

    Hello from Lofoten, Norway

    Hi, I am an experienced programmer, been in the software world since 1970. Started with Access in 1998 and have avoided most of the labourintensive pitfalls. Manta is my main product, for running a shipyard with big descriptive orders, multiple invoices pr. order etc.
Back
Top Bottom