Search results

  1. Z

    Save a report to a PDF file.

    Hi I have this piece of code to save a one-page report (a receipt) to a PDF file. for some unknown reason it usually works, but I find it unstable at times , and fails to execute the "DoCmd.OutputTo" command. Trying to work it out, I found that if fails because of the strFName variable. Dim...
  2. Z

    Loading data to a form and editing it

    Hi I built a small system to report hours worked by projects. I'm trying to build a form where I can update the reported hours (by projects) several times during the day. My solution was to create a form linked to a daily-temporary table that will store the data. At the end of the day...
  3. Z

    Form to dispaly records from two tables

    Hi Attached an mdb with two tables: one of daily hours spent for different projects. The other is a Projects table. I'm trying to create a form that would present, for each date, the projects and hours spent for that date. Thanks in advance
Top Bottom