List Box format Question

  • Thread starter Thread starter Bob V
  • Start date Start date
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
 
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top