Search results

  1. B

    Printing Control Panel

    Hi. Is it possible to set up a form named Settings where to be two combo boxes to select two printers that will be used in the project. I'm thinking of two variables that are named SelectPrt1 and SelectPrt2 As Printer. Then when I need to print report I can use SelectPrt1 and when I want to...
  2. B

    Printing a subform?

    I have a problem with printing a Subform. On main form I have some data and 5 subforms. I want to print 1 subform. I created a form with button to print and inserted it to a mainform. When I press the print button it tries to print all the data in the table. I tried to do this: Private Sub...
  3. B

    Working with linked tables

    Hi. I have a problem with linked tables. I have a linked table and I want to add some fields to the data. I know I can't add new fields to a linked table ( because it's read only ), so I made a new table in my project. In that table I added a few new fields that I need for my application. So...
Back
Top Bottom