Form Screen Flicker (1 Viewer)

phillip

New member
Local time
Today, 09:51
Joined
Aug 21, 2025
Messages
8
Need a little help from the experts. I’m trying to find a good way to highlight the entire row (on a form) when the user clicks on the record. Currently I am using conditional formatting on each of the fields/controls on the form. The expression is: [ID]=[txtSelectedRecord] which turns each of the fields back ground color to yellow.

This works fine except that there is a form screen “flicker” each time the user clicks on a different record.

I’m trying to find a better way to highlight the row and eliminate the screen flicker.

Attached is a sample database and thanks in advance.
 

Attachments

Please provide a database that is working.
 
Various solutions are possible. For example:


 
here test your db.
i arrange the Tab order and also add ControlSource to textbox txtSelectedRecord.
 

Attachments

here test your db.
i arrange the Tab order and also add ControlSource to textbox txtSelectedRecord.
Thanks for the help, but in the db you edited for me all of the records highlight in yellow, not just the row that is selected.
 
here this time this has highlight and without flicker.
 

Attachments

Users who are viewing this thread

Back
Top Bottom