Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 color current record

Author  Topic 

knight
Starting Member

13 Posts

Posted - 2005-01-13 : 20:30:10
Hi
I need help on color current record in access.
I have a table that have 5 fields. There are 50 records in the table, I want to color code each record with different color when I display on the form? I have access XP.

thank in advance,

knight

jhermiz

3564 Posts

Posted - 2005-01-13 : 20:42:09
Forms have a background color property...

Or if you want to color code a text box: Me.txtBox.BackColor ?

Its in there though



Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]


Go to Top of Page

JimL
SQL Slinging Yak Ranger

1537 Posts

Posted - 2005-01-24 : 16:07:20
You may also be able to use conditional formating.

Jim
Users <> Logic
Go to Top of Page
   

- Advertisement -