Different colors on different rows in Listbox ?

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

I'm probably asking for the impossible, but I want to have
different colored text in different rows of a listbox.

Basically I have Projects and Assignments. I want to
initially display just Projects and then when a Project
row is clicked on, I want to show the Assignments
underneath in a different color. The user can then click
on an Assignment row to go update the assignment.
 
It's not possible witht he standard Access ListBox control. Use a
SubForm with Conditional Formatting setup to resemble a ListBox control

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top