Search results

  1. C

    network printing

    I have made a button on my form to print a report. Now my users must choose first which printer they want to use on our network. How can i change my code so this can be done. Private Sub KnpFactuurUitvoerder_Click() Dim stDocName As String Dim StrlinkCriteria As String...
  2. C

    Report skips last labels

    When I print my labels the last row with 3 labels are skipped. My pagesettings are correct and i suppose my printer (HP890c) should be able to print these labels. How can this be solved.
  3. C

    Updating records in continuous form

    Hello access2000 fans Is it possible to change the layout of records in a continuous form. For example. I want to change the collor of a field for each record that has a vallue over 200. This can be done on a report in the ON PRINT or ON FORMAT code and in a single form but where do i write...
  4. C

    printing copies of 1 record

    i want to print more than 1 label of the same record.Which code do i have to write to make copies of an excisting record and sent these to a labelreport. Thanks for he who can help me.
Back
Top Bottom