philhxc Posted November 18, 2007 Posted November 18, 2007 (edited) i want to be able to add a timestamp with the click of a button and that that to a list, this is to have a list of everytime a member came into my gym.. for example [color:orange]3/11/07 [color:green]3/13/07 [color:orange]3/15/07 [color:green]3/17/07 with a colored background.. i know i can do this with portals but i cant figure it out how.. all help is greatly appreciated Edited November 18, 2007 by Guest
LaRetta Posted November 18, 2007 Posted November 18, 2007 (edited) If it's always every other visit, it can be done with conditional formatting also which colorizes the date by: Mod ( Get ( RecordNumber ) ; 2 ) ... and set the condition to the alternate color you want. Or, if it is based upon odd or even dates, it can be accomplished that way as well, just by changing the formula in the conditional format. UPDATE: Added calc if alternating by day of the date: Mod ( Day ( date ) ; 2 ) Edited November 18, 2007 by Guest
philhxc Posted November 19, 2007 Author Posted November 19, 2007 yes thats exactly what i want thank you!! i will implement it on my database
Recommended Posts
This topic is 6274 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now