Results 1 to 2 of 2
  1. #1
    petrak is offline Novice
    Windows XP Access 2003
    Join Date
    Sep 2011
    Location
    Cyprus
    Posts
    1

    How to create plenty of columns in a report


    Hi everybody, I'm new in this forum. I need some help. I'm creating a program for my job and I must create a report that shows a row with each employee name and some columns that show the months of the year. In the columns, employees' salaries should be recorded. I need something like the attachment below:


    (ps may be i will need to create some union queries)
    Thanks in advance...

  2. #2
    goodguy is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Dec 2010
    Location
    Zanzibar, Tanzania
    Posts
    228
    Do you have a table structure defined? You need the following tables:
    tblEmployees - Primary key: "EmployeeID", Currency field "Salary"
    tblSalaries - PrimaryKey: EmployeeID + DatePaid

    You can then create a query to return Employee Name and Salary Amount from tblEmployees and Date Paid from tblSalaries and define your report based on that.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. 2 columns on report
    By banny04 in forum Reports
    Replies: 2
    Last Post: 09-07-2011, 05:08 AM
  2. report has several columns
    By Fretless in forum Reports
    Replies: 0
    Last Post: 03-04-2011, 03:31 PM
  3. Report cells and columns
    By romadm in forum Reports
    Replies: 0
    Last Post: 01-20-2011, 01:53 PM
  4. help with columns in report
    By bjsbrown in forum Reports
    Replies: 8
    Last Post: 06-14-2010, 09:17 PM
  5. Replies: 3
    Last Post: 09-19-2008, 02:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums