Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kara2003

  1. kara2003

    Print blank detail lines on report

    thanks dhookom, simple but effective. your suggestion worked perfectly for me. thanks also kjv1611, i've been trying VBA using movelayout, nextrecord, etc. but i can't get them right.
  2. kara2003

    Manually enter data in a formula field

    Are you trying to edit a query result? If you really must override, convert your output into a table then do the editing on the output table. Hope I got your problem correctly.
  3. kara2003

    Different print formats in one expression?

    Access 2003: My report generates a paragraph that reads: ...... "requests payment in the amount of " & bill_amount & spell_number(bill_amount) & " representing expenses for the period " & format(effdate_from) & format(effdate_to) I contained them all as an expression in one textbox. However...
  4. kara2003

    Print blank detail lines on report

    Access 2003: I need to generate Statement of Account on a half-sheet (2 statements should fit on a letter-size paper). I want the 2 statements equally laid out. Access2003 doesn't allow me to create a custom-size paper (the footer section should have solved my query). Number of detail lines...

Part and Inventory Search

Back
Top