Oct 27, 2004 12:28
This is my favorite meme that has been going around for a while. Paste whatever is currently in your clipboard in the comments.
This was mine:
szQuery = "UPDATE UserLessonList SET Completeby = GETDATE() + 90 WHERE (AssignedDate >= '08/30/2004') AND (TemplateID = '00882003111110') AND (Completeby IS NULL)"
SourceRS.Open szQuery, szConnect
Yeah, I know. Boring work stuff.