Marking One Record of a Continuous Form

gaDave

New member
Local time
Today, 04:17
Joined
Aug 17, 2009
Messages
3
Hey all,

I have an inventory management app that accepts data in batch from a barcode scanner. The batched scanner records are displayed on a form with Default View of Continuous Forms. The app requires a user to review the scanner data for any inconsistencies that may come across (easier than validating the data on the scanner itself) and mark records as valid. Valid records are then copied to the main Transaction table.

What I would like to do is to mark records with invalid data (perhaps an invalid Product ID or Bin Location) by changing the background color of the respective controls when the form opens as a way of drawing the user's attention to the problem areas.

Most of the methods I've tried so far apply the background color change to all records. I imagine this is the nature of using Continuous Forms. Is there a way to single out an individual record on such a form and just update the Back Color property of one of its controls?

Thanks,
Dave
 
In Continuous and Datasheet View forms this has to be done using Conditional Formatting in the Format Menu.
 

Users who are viewing this thread

Back
Top Bottom