Results 1 to 6 of 6
  1. #1
    blkscrpn5 is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2019
    Posts
    3

    Database and Report with Project Information

    Hi,

    I am working on an Access database template for Lab Equipment planning projects. I have already setup the table, forms and queries for the DB and am working on the reports. The bulk of the reports are finished and when I am looking at the Report Headers, I realized that I want to have them populate with project related information(Project Number, Client Name, Address,etc). If i were to set this information up as a table, it would only be a single record.

    Am I thinking in the right direction or is there a different/better method for doing this? If i am headed in the right direction how to this project information table to all values within a project?



    Any help is greatly appreciated.

    Thanks,

  2. #2
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,424
    If you have that information on the report or underlying query it's as simple as having a calculated textbox in the header and hide the controls it would reference - assuming they're not fields in the detail section. If that were the case, you'd hide all rows that contained a project number. You concatenate the fields (controls) with desired text.

    = "Project No. " & txtProjNo & " For " & txtCompanyName
    Last edited by Micron; 05-31-2019 at 10:56 AM. Reason: clarification and correction
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    blkscrpn5 is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2019
    Posts
    3
    The information is nowhere in the database at this time. It is information that i might add almost like it was part of the summary for the file.

  4. #4
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,424
    Well that's puzzling. You have tables, forms, queries and the bulk of the reports done yet the data you'd need is nowhere to be found in the db. I must not have understood the
    original question.

  5. #5
    blkscrpn5 is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2019
    Posts
    3
    I created my database for use on architectural/engineering projects. The database is going to be a template for future design projects with different clients (GSK,BMS,etc) at different locations. The reports coming from the database will be for separate departments. But information within the header will be able to identify which project it will be for. I want to avoid going to each report and updating each header manually.

  6. #6
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,424
    If that was supposed to help me help you, it doesn't add anything to my ability to do so. If the info you want to show in dynamic report header is in the db, I showed you how it could be done. If the info is not in the db as you have indicated then I see no hope for what I think you're after.

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

Similar Threads

  1. Replies: 10
    Last Post: 09-25-2018, 08:18 PM
  2. What is an Access Project vs. database
    By Access_Novice in forum Access
    Replies: 1
    Last Post: 12-09-2015, 09:14 PM
  3. Replies: 3
    Last Post: 05-02-2014, 09:27 AM
  4. Replies: 4
    Last Post: 10-31-2013, 12:43 PM
  5. Need Help DataBAse Project
    By GuiGui34 in forum Database Design
    Replies: 0
    Last Post: 12-11-2010, 06:32 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