Search results

  1. C

    Access prints the form instead of the report called from the form

    Thanks Mr. B for your reply. I already know I can change the AC in the command and that the report should have the focus. That worked that way up to when suddenly things changed without modifications of the application and its reports. The same problem happened with other Access apps. So, what I...
  2. C

    Access prints the form instead of the report called from the form

    Thanks statsman for your comment. That is OK because I need a report for a specific record, unless the locking of the report to a specific record displayed on the form is responsible for the printing of the form instead of the report, and this is my main problem now.
  3. C

    Access prints the form instead of the report called from the form

    When I click on a button on a form to launch a report, the report is shown in preview mode, when I try to print it through file/print what I get printed is the form not the report, if I ask to print a second report i get the previous report printed or I´m asked to enter a parameter (f.e...
  4. C

    run-time error 438 property or method not supported by the object

    Thanks namliam but I have no idea of which is the missing reference. I don't now to wich library the riepilogo objet belongs. Can you give me a guess?
  5. C

    run-time error 438 property or method not supported by the object

    Hi all I have an Access 97 db that is running OK in a PC with WinME as OS, either with the Access programm installed or installed as a run-time. When I install de db in a machine with WinXP I get the run-time error 438, as shown bellow. Private Sub Form_Open(Cancel As Integer) Call...
Back
Top Bottom