Microsoft
Software
Hardware
Network
Question : conditional formating on continuous form to make bottom row change colour
Hi EE
I have a Continuous Form that displays information in a row.
I want the bottom row to be in red.
How can I use or what is the code to put in conditional formating to do this so what ever row is on the bottom changes colour
If required each row contains
[Name] [Day Sales] [Week Sales] [Month Sales] Total Amount Of Sales]
Thes are not the actual name of the rows but put them so you would know what each field contains
Answer : conditional formating on continuous form to make bottom row change colour
if you had some identifier in data you could fake it by using a subform
mainform (query on islast=false)
islast data...
false ...
false ...
false ...
subform (query on islast=true)
true ...
Random Solutions
Publishing Applications - Windows Server 2008
FAST Search server for Sharepoint 2010 does not index pdf files
windows permissioning
Sonicwall TZ100 WLAN to LAN traffic
watchguard firewall rejects some pdf attachments, but not others
Script needed to close program and stop/start service
setting SMTP server - please see attached file - it is not working
ASP.NET file download issues on selected machines/browsers
Can someone please advise the best way to migrate a drupal CMS website to another server
perl, select rows of data into an array