Results 1 to 7 of 7
  1. #1
    Harley Guy is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2010
    Posts
    57

    Formatting form in matrix style Excel format

    Is there a way to format a form in a datasheet view to have column headers with names at a 45 degree alignment and names down the LH side of the sheet with data to be input in the fields? It would be a matrix style look so that a user can go to a name, scroll across to a corresponding task and put in an evaluation number.



    Easy to do in Excel but not so much in Access. I need Access to manage data for 7 shops in a production facility which would consist of nearly 500 employees covering 800 tasks. Trying to get one central database but design it so it's familiar to them as they use in Excel.

    Any ideas?

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    45 degree rotation not available with standard controls and properties.

    As you are discovering, spreadsheet and relational database are two very different animals. Data entry in normalized relational database will often not resemble spreadsheet arrangement.

    To have 800 tasks across page is not even reasonable in Excel.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Harley Guy is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2010
    Posts
    57
    Quote Originally Posted by June7 View Post
    45 degree rotation not available with standard controls and properties.

    As you are discovering, spreadsheet and relational database are two very different animals. Data entry in normalized relational database will often not resemble spreadsheet arrangement.

    To have 800 tasks across page is not even reasonable in Excel.
    I am seeing that...and it wouldn't have 800 tasks for one massive matrix...it would be several seperate ones (per group)...still, even the table for tasks is going to be rather large. Which is why I wanted a database instead of a Excel spreadsheet.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Tables/queries have a 255 field limit.

    A properly normalized data structure seldom hits 255 fields in a table.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    Harley Guy is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2010
    Posts
    57
    True..but the number of records an Access database can hold far exceeds what Excel can do...the fields for each table in this case, I think the largets number used would be no more than 6.

    I can create the database but I am being hampered by a "standard process" on how they want to visually see it posted. Just need to get these folks to take this one step further and see the bigger potential and ease of how to manage shops.

    I'll get there but it's an uphill battle...which would have been made easier if I was able to use a matrix style form in Access...

    Thanks!

  6. #6
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    You could probably give them what they want with unbound form and a LOT of VBA code to save the data - but don't tell them that!
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    Harley Guy is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2010
    Posts
    57
    Not a chance June...would be way difficult to manage and users wouldn't have a clue on how to update anything...

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

Similar Threads

  1. Replies: 4
    Last Post: 12-17-2012, 01:21 PM
  2. Excel export formatting
    By tariq nawaz in forum Import/Export Data
    Replies: 0
    Last Post: 09-24-2012, 05:30 AM
  3. Add Excel-style comments to controls grid
    By ScottEnsink in forum Forms
    Replies: 3
    Last Post: 02-15-2012, 01:50 AM
  4. Create Report in a Matrix Format Like Excel
    By ortley77 in forum Reports
    Replies: 1
    Last Post: 08-24-2010, 09:56 AM
  5. Extracting data from a disastrous excel-style Table
    By milehighfreak in forum Import/Export Data
    Replies: 2
    Last Post: 12-16-2009, 07:13 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