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
Clearing a submit form once submitted
Delete USB Virtual Printer Ports
SBS 2003 server losing computer account
Problems Replicating SYSVOL and NETLOGON on new DC WS 2008 R2 Standard in 2003 AD
Event ID 1050 MSEx Runtime
asp - The resource could not be found
IIS FTP service wont restart upon server reboot
Convert web.config from .NET 3.5 to 4.0
MS SQL count total time.
asp.net: My problem is, I am using an ajax extender Calendar to enter BeginDate & EndDate values