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
Syntax error (missing operator) in query expression
Computer boots only so often
Assigning values to a range of cells in Excel with VBA
how to load a php include after page is loaded?
Display logon message to new users at first logon.
No Networking Installed on Windows 2008 VM After Migrating From VMWARE Server to ESXi Server
SSRS 2008 Data-Driven Subscription Errors - Email not sent
Is there a way to use visual basic 6 to write data directly to a cd or dvd for windows, xp, vista and 7
iPhone citrix reciever with Citrix Access Gateway
Convert 16bpp bitmap to 32bpp or to JPEG on Windows Mobile 5.0 onwards