Results 1 to 2 of 2
  1. #1
    creyc is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Mar 2013
    Posts
    6

    How to create something of a 'maintenance log' with Access?

    I'm trying to create a simple database to log maintenance activity at various sites as well as some very basic numerical information collected from each visit. Each site is known only by its numerical X, Y coordinates, and some have descriptions. There will be a small number of visits logged for each site (1-10), and the list of sites will increase or decrease as needed.

    Fields: [xCoord],[yCoord],[siteDescription],[visitDate],[visitTime],[data1],[data2],[data3],[data4],[data5]

    I started a table with columns for each of the above pieces of information, and a form for easy entering of new data, which is working great. Now I've got a few hundred records, and want to create a list of the data, I'm running into problems formatting the data.

    I would like to see a list of sites (grouped by x, y coords) without duplicates. Broken down beside each site should be a list of the maintenance data, sorted by date.

    What type of Object should I use to display information in this way? I can create a query that groups identical X and Y values together, but then it won't give a breakdown of individual records.

    I've tried a Crosstab with some success, but because it's limited to only a single column header, and I have at least 5 columns of data, I need a separate crosstab for each column of data, which is cumbersome.

    Anyone know a trick to get this done?

  2. #2
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    If you are looking at crosstabs, then this video may be helpful on how to do it without using the wizard.

    http://www.datapigtechnologies.com/f.../crosstab.html

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

Similar Threads

  1. Query for overdue maintenance
    By Rzadziu in forum Queries
    Replies: 4
    Last Post: 01-11-2013, 06:46 AM
  2. Counter Query for Maintenance
    By theperson in forum Queries
    Replies: 3
    Last Post: 10-23-2012, 05:17 PM
  3. Maintenance Database
    By shariq1989 in forum Database Design
    Replies: 1
    Last Post: 06-28-2012, 04:55 PM
  4. Maintenance on programs on open source
    By fsmikwen in forum Access
    Replies: 3
    Last Post: 01-15-2010, 08:43 AM
  5. Creating a Maintenance Scheduler
    By squirrel in forum Forms
    Replies: 0
    Last Post: 02-15-2006, 03:45 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