Format certain items in a list depending on record

  • Thread starter Thread starter coreym123
  • Start date Start date
C

coreym123

I have list of Product Names from the Product table. When a user
clicks on a Product Name, that record pops up in a subform. Under Row
Source I have an SQL statement that gathers all the product names. Is
it possible do, for example, make list items red for those products
that lack descriptions? That way, the user would see in the list
which products they would have to go in and edit. As a description
was added to a product, its item in the list would turn black again.

Any advice would be much appreciated!

Thanks,
Corey
 
I have list of Product Names from the Product table.  When a user
clicks on a Product Name, that record pops up in a subform.  Under Row
Source I have an SQL statement that gathers all the product names.  Is
it possible do, for example, make list items red for those products
that lack descriptions?  That way, the user would see in the list
which products they would have to go in and edit.  As a description
was added to a product, its item in the list would turn black again.

Any advice would be much appreciated!

Thanks,
Corey

Hi

Sure, you could put in some conditional formatting. When in form
design select Formatting | Conditional formatting to select your
criteria or have a look at the in-built help that has quite extensive
information on the subject.

Regards
 

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