Results 1 to 13 of 13
  1. #1
    jcsports31 is offline Novice
    Windows 7 Access 2007
    Join Date
    Sep 2010
    Posts
    3

    Bold Cells


    How do you bold select cells in access 2007? I am trying to bold/italic/underline select cells but everytime I select bold it bolds the entire table. It even does this with changing text color or cell background. Any help would be great.

    Thanks

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    A cell is an Excel term. Access (an RDBMS) has fields and controls. In Datasheet view you will have problems such as you are describing.

  3. #3
    jcsports31 is offline Novice
    Windows 7 Access 2007
    Join Date
    Sep 2010
    Posts
    3
    is there anyway around that, so that I can note and easily recognize changes I made in the database with bold or italic?

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Not at the table level. In a form, possibly.

  5. #5
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    Even in a form, some very technical code is needed to accomplish this.

  6. #6
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Quote Originally Posted by weekend00 View Post
    Even in a form, some very technical code is needed to accomplish this.
    I was thinking of the Change event of a control and OldValue/NewValue. It of course would go away as soon as the record is saved.

  7. #7
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    In a continuous form, it's easy to bold a column. but not a cell.

  8. #8
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I wonder if the same trick would work with Conditional Formatting and OldValue?

  9. #9
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295

    Thumbs up

    Quote Originally Posted by RuralGuy View Post
    I wonder if the same trick would work with Conditional Formatting and OldValue?
    you are great man. conditional formatting is so perfect for this.

  10. #10
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Excellent! I take it you tried it and it works? I will file that away in my bag of tricks.

  11. #11
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    Of course I tried, and it worked.

    in the conditional format, there are 3 kind of condition:
    1 Field value is
    2 expression is
    3 Field has focus

    the third one is designed exact for this issue.

  12. #12
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I would think #2 would have worked closer to what the OP was requesting:
    Me.ControlName <> Me.OldValue
    ...I only asked because I am real lazy in this area, sorry.

  13. #13
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    I am lazy, but i am very boring right now, just keep refreshing the forum to find new post.

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

Similar Threads

  1. Import Specific Cells from Excel to Access
    By Evocube in forum Import/Export Data
    Replies: 2
    Last Post: 01-12-2012, 10:35 AM
  2. Replies: 2
    Last Post: 12-03-2009, 08:08 AM
  3. Excel exporting in single cells
    By Paolo29011982 in forum Import/Export Data
    Replies: 0
    Last Post: 07-29-2009, 04:48 AM
  4. Replies: 1
    Last Post: 03-02-2009, 10:12 PM
  5. VBA Opening Excel File and Placing Data in Cells
    By BobTHG in forum Programming
    Replies: 0
    Last Post: 01-13-2008, 03:01 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