+ Reply to Thread
Results 1 to 4 of 4

trying to create a report

Hybrid View

BudS trying to create a report 11-29-2006, 11:11 PM
Bryan Hessey Hi, One possibility,... 11-30-2006, 03:35 AM
BudS Thanks Bryan, I never gave... 12-01-2006, 07:38 PM
Bryan Hessey Great thoughts, and glad to... 12-02-2006, 09:30 AM
  1. #1
    Registered User
    Join Date
    11-29-2006
    Location
    Kansas
    Posts
    3

    trying to create a report

    I have a library check in/out program. One colum has days an item has been checked out. I am trying to create a report in a seperate sheet, that gets all items that are overdue (60 days) and puts them in the report sheet. The colums are A. item# B. Book Title C. Author D. Checkout Date E. Library Card# F. Library Patron's Name G. Days Checked out.
    The report only needs to have the info from colums B,F & G. I am at a loss as to how to make this happen. Can anyone help me?


    Bud S

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by BudS
    I have a library check in/out program. One colum has days an item has been checked out. I am trying to create a report in a seperate sheet, that gets all items that are overdue (60 days) and puts them in the report sheet. The colums are A. item# B. Book Title C. Author D. Checkout Date E. Library Card# F. Library Patron's Name G. Days Checked out.
    The report only needs to have the info from colums B,F & G. I am at a loss as to how to make this happen. Can anyone help me?


    Bud S
    Hi,

    One possibility, record a Macro which clears a spare sheet, applies a formula to the current sheet to show, for outstanding items, the days overdue (ie, checked-in = "" AND Today() - checked-out >= 60), Filter on that column, copy and Paste to the spare sheet, hide the columns not required on the report, and print.
    Make any other adjustments and Print etc.

    Stop recording, and see how that fares.

    Be interested to see how you go,.
    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    11-29-2006
    Location
    Kansas
    Posts
    3

    Smile

    Thanks Bryan,

    I never gave the macro idea a thought. I recorded a macro, did a little tweeking, put an update button on the reoprt sheet, and it works great. I recorded a seperate macro for printing and also put a print button on the sheet.

    Bud S

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by BudS
    Thanks Bryan,

    I never gave the macro idea a thought. I recorded a macro, did a little tweeking, put an update button on the reoprt sheet, and it works great. I recorded a seperate macro for printing and also put a print button on the sheet.

    Bud S
    Great thoughts, and glad to see that it works for you.

    Thanks for your response.

    ---

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1