Recent content by pjg34711

  1. P

    Error 13 Type Mismatch

    Bob and Paul, Thanks for your guidance. I think I've solved the problem. Paul G.
  2. P

    Error 13 Type Mismatch

    Thanks, Bob. It works. Paul
  3. P

    Error 13 Type Mismatch

    Hi, I'm still on my quest to enter a file name for a file I will later output to my computer. This is my current test code (whithout the inputbox segment) - Function CopyQuearytoSdriveFolder() Dim MyValue As String MyValue = "mm_dd_yyyyQTMsQuery.xls" DoCmd.OutputTo "acOutputQuery"...
  4. P

    Freeze data in a query

    Thanks, Sean. I'll try that. Paul (pjg34711)
  5. P

    Copy a report and name the copy using an input box

    Thanks, Paul. It seems that the PDF version is the best route since pulling the data from our HRIS system at a later date, even if the date parameters are the same will usually result in a slightly different population. Thanks again, Paul (pgj34711)
  6. P

    Copy a report and name the copy using an input box

    I need to run a standard report, but need to save the new results with a date-specified name. Can I use VB to request the user to enter a new name and use that name for the copied report?
  7. P

    Freeze data in a query

    I believe that whenever I open a query, the query refreshes, thus giving me new data. Can I stop a query from refreshing at open so that the data I've used in executive reports are always available?
  8. P

    Check for active records in a table

    I tried the inner join. That seems to give me the data I needed. Thanks again to both Pat and Accessensible.
  9. P

    Check for active records in a table

    Thanks, Accesensible and Pat, I try the non-VBA solution first ( not too skilled in VBA yet).
  10. P

    Check for active records in a table

    I need to compare records in a table to a table of active records so that I can only choose actiive records from the initial table. Any help would be greatly appreciated!
  11. P

    New User

    Just joined and am looking forward to getting and sharing information.
Back
Top Bottom