mloucel
Member
- Local time
- Yesterday, 21:06
- Joined
- Aug 5, 2020
- Messages
- 356
Hello ALL
I have a form that checks records and I need to change the color of the background of the details section to rgb(255,0,0) [RED] if a VOID record is found, I've gone thru a lot of videos and help but it looks like I am alone.
This is my idea:
If the value of VOID=true
Then Change the color of the DetailSectionBackgroundColor to RED
else
Keep the color of the DetailSectionBackgroundColor with the original color [say light blue]
end if
is there a way to accomplish this with VBA?
I have a form that checks records and I need to change the color of the background of the details section to rgb(255,0,0) [RED] if a VOID record is found, I've gone thru a lot of videos and help but it looks like I am alone.
This is my idea:
If the value of VOID=true
Then Change the color of the DetailSectionBackgroundColor to RED
else
Keep the color of the DetailSectionBackgroundColor with the original color [say light blue]
end if
is there a way to accomplish this with VBA?