Results 1 to 2 of 2
  1. #1
    thesky1988 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Dec 2014
    Posts
    1

    dynamically allow user to store data in multiple forms

    Hi,



    I have a access program where it has the following 4 tables.

    Reports - List of all available reports
    Requests - List of all requests to run a given reports
    Parameters - List of all parameters needed to run the report
    RequestDetails - A history table which stores all the parameters which was used previously

    Relationship:
    1 report can have many requests
    1 requests can have many parameters

    I want to do the following...
    There is a run button in the program where, when clicked, it should open up a request form which has two tabs.

    First tab - Request Data - A subform which allows user to complete data to be put into the "Requests" table
    Second tab - Request Data - A subform - datasheet format which allows user to enter all the parameters (stored in RequestDetails) needed for this report

    Example...
    Report 1 needs 2 parameters to run - (Start Date, End Date)

    If someone wants to run report 1, they have to enter some basic information on tab one (requested by who? when was it requested, etc...)
    On tab two, they will have to enter the parameters going to be used to run the report (Start Date, End Date).

    But i'm not sure where to start... can anyone help? I have attached my access file...

    Thanks
    Attached Files Attached Files

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,527
    You need the form, that has all these boxes.
    before you run the report, run a qry to post the vital info,
    then open the report where the qry uses the params in the form dates.

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

Similar Threads

  1. Replies: 9
    Last Post: 04-01-2014, 05:06 PM
  2. Replies: 6
    Last Post: 09-24-2013, 06:02 PM
  3. navigate between forms dynamically
    By rohini in forum Forms
    Replies: 17
    Last Post: 03-10-2012, 12:47 PM
  4. Replies: 1
    Last Post: 10-24-2011, 04:26 AM
  5. Possible to store user-defined types in table?
    By Binky in forum Programming
    Replies: 0
    Last Post: 11-20-2008, 02:28 PM

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