ClaraBarton's latest activity

  • C
    ClaraBarton replied to the thread syntax error.
    trWhere = TempVars("DateLimit") & " And " & "TransactionID = " & TempVars("AccountID") Returns: Year([CkDate]) = 2025 And TransactionID...
  • C
    ClaraBarton posted the thread syntax error in General.
    This is giving me a serious headache strWhere = TempVars("DateLimit") And & TempVars("AccountID") DateLimit is "Year([CkDate]) = " &...
  • C
    ClaraBarton replied to the thread Return an empty register.
    You were right that I had my relationship wrong. I needed all account records and matching transactions. The popup refers to the...
  • C
    ClaraBarton replied to the thread pdf shrinks report.
    I apologize! Turns out it depends on what you use for a PDF reader. Adobe does fine. Some others do not. Thanks for your feed back.
  • C
    ClaraBarton replied to the thread pdf shrinks report.
    Yes, I am PRINTING my report to Adobe pdf. No one else has seen this problem? It's on Google and there doesn't seem to be a fix. Thought...
  • C
    ClaraBarton replied to the thread pdf shrinks report.
    exporting my Access report to pdf shrinks the report a lot when the pdf is opened. I'm talking about importing when pdf is opened. Sorry.
  • C
    ClaraBarton replied to the thread Return an empty register.
    Click on split to open the edit menu. I can't figure how to send a valid account number to add a new transaction
  • C
    ClaraBarton replied to the thread pdf shrinks report.
    PDF definitely reduces the report when importing
  • C
    ClaraBarton posted the thread pdf shrinks report in Reports.
    I have a report that I need to print in booklet form. If I run it to Word it loses a lot of formatting. If I run it to pdf it shrinks...
  • C
    I have a form of accounts and a subform register of transactions. Clicking on a transaction opens a form to edit current transaction or...
  • C
    ClaraBarton replied to the thread Query return on alias fields.
    I'm attaching the form here. I can't figure out where to go on the SORT option. How do I fit the individual queries into the main one?
  • C
    ClaraBarton replied to the thread Query return on alias fields.
    Thank you. Turns out it was trickier than I thought. You've simplified it.
  • C
    ClaraBarton reacted to Pat Hartman's post in the thread Query return on alias fields with Like Like.
    To use cbocombo, you need to create queries. A separate query to select each value of Description. You need a group query, a type...
  • C
    ClaraBarton replied to the thread Query return on alias fields.
    OldID will be deleted when everything works. Also fCatTypeID and fCatGroupID in tblCategory. It's called tblCombo because it's the...
    • 1737858952814.png
  • C
    I created a helper table for some small tables I.e. tblCombo for color, type, group, etc. So then I use Pat Hartman's Address Book. It...
    • 1737853446105.png
Back
Top Bottom