Results 1 to 3 of 3
  1. #1
    Priestm is offline Novice
    Windows XP Office 365
    Join Date
    Apr 2023
    Posts
    2

    I need to create an output table/report for a large data set based on input from 8 other tables

    I need to create an output table/report for a large data set based on input from 8 other tables.


    Examples of the 8 input tables (only 3 for the example):-

    Table 1

    Dates 000001 CH Equity 000002 CH Equity 000063 CH Equity 000069 CH Equity
    01/01/2018 0.001242430 0.014554301 0.005486683 0.017944970
    02/01/2018 0.001242430 0.014554301 0.005486683 0.017944970


    Table 2
    Dates 000001 CH Equity 000002 CH Equity 000063 CH Equity 000069 CH Equity
    01/01/2018 1.008085478 1.145328606 1.582865819 1.080813958
    02/01/2018 1.010199752 1.157845304 1.568495326 1.096245981


    Table 3
    Dates 000001 CH Equity 000002 CH Equity 000063 CH Equity 000069 CH Equity
    01/01/2018 0.150000000 2.150000000 1.000000000 0.570000000
    02/01/2018 0.150000000 2.150000000 1.000000000 0.570000000

    Output result

    Company ID Date Table 1 Table 2 Table 3
    000001 CH Equity 01/01/2018 0.001242430 1.008085478 0.150000000
    000001 CH Equity 02/01/2018 0.001242430 1.010199752 0.150000000


    Is this possible? There is a large amount of data on the 8 input tables (1305 rows for 230 companies)

    Any help would be greatly appreciated

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,914
    Union all the tables into one query with an extra field to identify table, then use a crosstab query on that?

    https://www.google.com/search?q=cros...hrome&ie=UTF-8
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    Priestm is offline Novice
    Windows XP Office 365
    Join Date
    Apr 2023
    Posts
    2
    Thanks, I'll give it a go

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

Similar Threads

  1. Replies: 1
    Last Post: 11-03-2019, 05:53 AM
  2. Replies: 5
    Last Post: 06-25-2017, 01:24 PM
  3. Replies: 5
    Last Post: 02-19-2017, 03:19 PM
  4. Four input tables one output
    By aonsu209 in forum Forms
    Replies: 9
    Last Post: 10-08-2014, 11:18 AM
  5. Replies: 3
    Last Post: 07-13-2011, 08:01 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