Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Highlight specific record in a continuous form

Status
Not open for further replies.

Zeroanarchy

Technical User
Joined
Jun 11, 2001
Messages
630
Location
AU
Hi I am refering to thread702-693007, does anyone know how one would make this work in Access 2002.

Instead of highlighting the row with a solid line it hightlights it with

=IIf([SelTop]=[ctlCurrentLine],"ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ",Null)

Cheers

[afro]ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.

 
Via format try "Conditional formating" this should help you along the way.


Herman
Say no to macros
 
Zeroanarchy . . .

I agree with [blue]hermanlaksko[/blue] in relation to [blue]Conditional Formatting[/blue], but you've simply related a thread and havn't stated what you intend to do.

Do you want to:
[ol][li]Hilite the currently selected record?[/li]
[li]Hilite records per some criteria?[/li]
[li]Hilite records per some scheme?[/li][/ol]
What? . . .

. . . and what version access your using?

Calvin.gif
See Ya! . . . . . .
 
Hi,

I was trying to highlight a selected row on a button press. The old method worked fine in Access 97 but when I converted to 2002 I came across the above problem. I ended up using the Conditional format but I must say it is a bit short in it's ability. I happened to have 5 values and Conditional format only allows for 4.

My work around was to use highligh visible = False for empty values. I had to scrap the button press because it was no longer valid. Instead I placed a small field and coloured it depending on the value in the field.

Cheers


[afro]ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top