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.
Author |
Topic |
knight
Starting Member
13 Posts |
Posted - 2005-01-13 : 20:30:10
|
HiI 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] |
 |
|
JimL
SQL Slinging Yak Ranger
1537 Posts |
Posted - 2005-01-24 : 16:07:20
|
You may also be able to use conditional formating.JimUsers <> Logic |
 |
|
|
|
|