B
Bre-x
On a Datasheet Form, can you "Conditional Format" and entiry record? (make
the row "Yellow" per example)
Thank you all
Bre-x
the row "Yellow" per example)
Thank you all
Bre-x
On a Datasheet Form, can you "Conditional Format" and entiry record? (make
the row "Yellow" per example)
Thank you all
Bre-x
fredg said:On a Datasheet Form, can you "Conditional Format" and entiry record?
(make
the row "Yellow" per example)
Thank you all
Bre-x
Make the row yellow when?
What is the criteria to make the row yellow?
Let's assume you wish to color the row if the Record's [CompanyName]
field is for "Jones Co."
Open the form in Design View.
Click on the control that will display the company name.
Click on Format + Conditional Formatting
Set Condition1 to:
Value is
in the next box select
equal
In the next box write:
"Jones Co."
Select the Yellow color.
Click OK
Next, select each of the other controls of that record.
Click on Format + Conditional Formatting
Set Condition1 to
Expression Is
In the next box write
[CompanyName] = "Jones Co."
Select the color.
Click OK.
Make sure the BackStyle property for each control is set to Normal.
fredg said:On a Datasheet Form, can you "Conditional Format" and entiry record? (make
the row "Yellow" per example)
Thank you all
Bre-x
Make the row yellow when?
What is the criteria to make the row yellow?
Let's assume you wish to color the row if the Record's [CompanyName]
field is for "Jones Co."
Open the form in Design View.
Click on the control that will display the company name.
Click on Format + Conditional Formatting
Set Condition1 to:
Value is
in the next box select
equal
In the next box write:
"Jones Co."
Select the Yellow color.
Click OK
Next, select each of the other controls of that record.
Click on Format + Conditional Formatting
Set Condition1 to
Expression Is
In the next box write
[CompanyName] = "Jones Co."
Select the color.
Click OK.
Make sure the BackStyle property for each control is set to Normal.
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.