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

    Excuse me for the use of "fans". I just wanted to look for people who have overcome the problem of being used to work with 97 and find it not so easy to change to 2000. But times are changing...so we have to follow. Sorry for the abuse Al Eitherway thanks for helping me out. Marc
  4. 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...
  5. C

    printing copies of 1 record

    After all your suggestions it finnaly works. Thanks. For those who are following my problem. i solved it by changing Dim dbs as Database to Dim dbs as DAO.database but also had to select DAO3.6 OBJECT LIBRARY which was not done during installing Access2000 I hope this may help others with te...
  6. C

    printing copies of 1 record

    Thanks for helping Pat but this ain't excactly the way i want it. In my form i have a button besides each record to chose for multiple prints of that record. Your sollution prints every record. I had the code to do this in Access 97, using a temporary table to copy these records. It was this...
  7. 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