Search results

  1. W

    PDF as Template

    Could you just build a report to look exactly like your pdf template, linking the fields of your database to fill in the blanks? Is that what you are trying to accomplish?
  2. W

    Applying Criteria to DateDiff Expression

    SOLVED! Thanks so much everyone. My original code was: TimeLeft: DateDiff("d",Now(),[ProjectDeadline],10)) ...and I wasn't able to apply a criteria. I switched "Now()" to "Date()" with no luck, and I was still getting a prompt to input project deadline when I ran my query. Once I...
  3. W

    Applying Criteria to DateDiff Expression

    Hey all! So glad I found this active forum. [Background: There is an ugly database I've inherited, which contains a generic text field holding a piece of information I want. Thankfully the data entry is consistent and I was able to use the Left command to isolate the data that I want to use...
Back
Top Bottom