Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date help

Status
Not open for further replies.

dvraggs

Technical User
Jan 30, 2002
22
0
0
US
What I want is find out what day something happen on. Example: Date of transaction 07/15/2002. I need to know if that is a Monday, if so turn row red in table. If anyone has any idea how to do this please help.

Thank you,
Dvraggs
 
Use DayName()function to figure out the day. Use alerter to change the color of the row.
Hope this helps.
 
The database was not a date it was a string. I hade to use ToDate first then DayName.
Thank you,
Dvraggs
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top