Results 1 to 4 of 4
  1. #1
    ScottEnsink is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2012
    Location
    Michigan
    Posts
    2

    Add Excel-style comments to controls grid

    Looking for some ideas/suggestions/help on this. We have an existing tool in Excel where users can set 'states' of criteria by changing cell colors and adding comments (this is used for evaluating employees). We are looking to move that over to Access.

    Besides the issue of creating the actual grid (trying for something better than a grid of labels, but that's another problem), is there a way to imitate Excel's comment feature?



    Want to make sure we're not heading down a dead-end path.

  2. #2
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by ScottEnsink View Post
    Looking for some ideas/suggestions/help on this. We have an existing tool in Excel where users can set 'states' of criteria by changing cell colors and adding comments (this is used for evaluating employees). We are looking to move that over to Access.

    Besides the issue of creating the actual grid (trying for something better than a grid of labels, but that's another problem), is there a way to imitate Excel's comment feature?

    Want to make sure we're not heading down a dead-end path.

    Well, first off, don't think that the datasheet view in access is the same as an Excel worksheet. They are two different animals. Forget everything you know about Excel... learn how a relational databse is constructed and programmed.

    For changing colors, there is Conditional Formatting. The default, plus three additional formats. If you need more formatting options, use VBA to set the fore/back ground colors, hide/show, enable/disable, lock/unlock a control.

  3. #3
    ScottEnsink is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2012
    Location
    Michigan
    Posts
    2
    Thanks for your quick response. I do understand the difference between Excel and Access, I probably should have worded my post differently. Not really a datagrid, more of a label grid...

    Any ideas of how to implement 'comments' though? One of our ideas is to create labels on the fly that will be above the 'normal' labels, and will show up on request (a switch/command button/etc). Has anyone used the CreateControl method for something similar? Does it work in an ACCDE?

    Another idea was to add a hidden 'comment' column between the columns of base data, but did not sound very attractive--we'd have shifting columns of data, would leave big gaps where no comments were...

    Looking for a good solution, something simple, quick, clean... We're stuck.

    Thanks again for your response.

  4. #4
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by ScottEnsink View Post
    Thanks for your quick response. I do understand the difference between Excel and Access, I probably should have worded my post differently. Not really a datagrid, more of a label grid...

    Any ideas of how to implement 'comments' though? One of our ideas is to create labels on the fly that will be above the 'normal' labels, and will show up on request (a switch/command button/etc). Has anyone used the CreateControl method for something similar? Does it work in an ACCDE?

    Another idea was to add a hidden 'comment' column between the columns of base data, but did not sound very attractive--we'd have shifting columns of data, would leave big gaps where no comments were...

    Looking for a good solution, something simple, quick, clean... We're stuck.

    Thanks again for your response.
    Haven't got an idea about what you are trying to do. Would it be possible to post your project (minus sensitive data) or a mock up of your mdb?

    There are still a lot of people that don't have A2010 (me - but I have access to A2007 - no pun intended ), so you might need to provide a copy in an earlier version (if possible).

    Next best would be a screen print, pdf, image in word to show what you are trying to accomplish.

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

Similar Threads

  1. Building comments from a list
    By Allen Bukosky in forum Forms
    Replies: 2
    Last Post: 01-16-2012, 04:51 PM
  2. Comments History
    By stu in forum Forms
    Replies: 3
    Last Post: 11-15-2011, 06:43 PM
  3. Comments box
    By allykid in forum Forms
    Replies: 1
    Last Post: 07-12-2010, 08:45 AM
  4. 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
  5. Grid lines vs Grid Dots
    By dharriet in forum Access
    Replies: 0
    Last Post: 10-14-2008, 09:17 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