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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: brodi
  • Order by date
  1. brodi

    Formatting Access Report

    Nick, If you want your report to look exaclty like what you have, you might want to do some vba coding to create a new temp table. Have your code run through each record and concationate two records together to give you the desired report. You can then use the existing report. This way if...
  2. brodi

    Report formating by month

    Dawn, Your grouping method does work. My requirements are to have the names of the employees on the left and the hours they worked each month in their own column on the right. The report would look like: Employee Jan Fed Mar April Total John Doe 5 2 4...
  3. brodi

    Report formating by month

    I am trying to create a report that will show billing hours for employees based on the month and then sum each month and year end totals. I have been playing with the cross-tab query, but can not figure how to break down based on the month. It will only total for the entire table. Kevin

Part and Inventory Search

Back
Top