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
How to request previous month's records in my sql's where clause?
I'll bet you can't pass this test about how Windows 7 explorer sorts directories by date?
How to convert non ansi outer join =* to ansi outer join
Total installation size footprint windows 7
bootable usb
C++ permutation with replacement algorithm
Excel VBA Find First Find last
Queries inside a while loop
Capture Linkbutton click event in Master page from Content page
Email keeps going into Junk Mail Folder in Outlook 2003 on Exchange 2003