List Box format Question

B

Bob V

Is it possible to code a list box if 7th Column shows "e" then that line
turns yellow??
Thanks for any help...............Bob
[lstModify].[column](6)="e" then color Yellow
 
P

Pat Hartman

Not with versions of Access earlier than A2007. Listboxes have only a
single set of properties but I think you can alternate row colors with
A2007. I don't think you can highlight specific rows, you'd need to check.
 
B

Bob V

Thanks Pat ,I was running 2002 version, you still think you could VB code it
some how........Thanks Bob

Pat Hartman said:
Not with versions of Access earlier than A2007. Listboxes have only a
single set of properties but I think you can alternate row colors with
A2007. I don't think you can highlight specific rows, you'd need to
check.

Bob V said:
Is it possible to code a list box if 7th Column shows "e" then that line
turns yellow??
Thanks for any help...............Bob
[lstModify].[column](6)="e" then color Yellow
 
Top