T tubar Registered User. Local time Today, 08:27 Joined Jul 13, 2006 Messages 190 Jul 7, 2009 #1 if [complete] is true then date() whats wrong
HiTechCoach Well-known member Local time Today, 08:27 Joined Mar 6, 2006 Messages 4,353 Jul 7, 2009 #2 tubar said: if [complete] is true then date() whats wrong Click to expand... use = not is. You need to assign the Date() to something. Example: Code: if [complete] = true then x = date()
tubar said: if [complete] is true then date() whats wrong Click to expand... use = not is. You need to assign the Date() to something. Example: Code: if [complete] = true then x = date()