Results 1 to 2 of 2
  1. #1
    joce is offline Novice
    Windows XP Access 2007
    Join Date
    Oct 2011
    Posts
    3

    getting several records for one customer in the fields of a table based on date

    Hi,

    I am trying to create a database for farm auditing. The idea is you gather information monthly from the same farms and enter this into the database.

    So as time pogresses for example, farm 1 will have 6 entries for each field in each table, in 6 months time. But i need to be able to see each entry that was put in each month. I do not want it to just show the most recently modified information, and I want it to show the date f these.



    Any ideas as to how I go about achieving this?

    Any help would be appreciated.

  2. #2
    hertfordkc is offline 18 year novice
    Windows XP Access 2007
    Join Date
    Mar 2011
    Posts
    481
    IMHO you need at least two tables. The first table contains farm identification info, i.e. data that is unlikely to change through time. A second table may contain one or more records for each record in the first table (a one to many relationship). The second table is linked to the first by a unique identifier. The second table would also contain the date of each data collection and other info specific to that date.
    You will likely use a form (for the first table) and a subform(for the second table) and use the provided linkage properties to keep everything working together in data collection and data recall.
    Hope this helps

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

Similar Threads

  1. Replies: 34
    Last Post: 12-01-2011, 08:18 AM
  2. Exporting records based on date
    By justinwright in forum Import/Export Data
    Replies: 35
    Last Post: 05-11-2011, 04:53 PM
  3. Replies: 3
    Last Post: 05-03-2011, 01:36 PM
  4. Replies: 1
    Last Post: 02-06-2011, 06:36 PM
  5. Award Customer Points based on sum of Columns
    By JohnBoy in forum Programming
    Replies: 3
    Last Post: 02-20-2010, 02:26 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