Search results

  1. TheCronus

    Applying filter to a report before sending to Excel

    Hi, I have a report of which record source is a query defined in my Queries. I want to apply apply filter to the query before the command DoCmd.OutputTo acReport, stDocName, acFormatXLS I tried to open the report with the following command before sending the output DoCmd.OpenReport...
  2. TheCronus

    Confusing Situations Related With Reports

    Hi, The below code has comments. And my problems are mentioned there. I will appreciate any comment or solution. Thx. 'This command button is placed on a form and is used to open a report. The report is named as PEOPLE_REPORT. Private Sub SHOW_PEOPLE_REPORT_Click() On Error GoTo...
  3. TheCronus

    Object library feature not supported!

    :confused: Hi, i have been delegated a work. There are one MDB and one MDE file, which had been developed on Office XP. Clients are using the MDE file. On my computer, on which Win2K is runnig with Office XP installed, both original files are functioning right. In the code, the previous...
Back
Top Bottom