You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
how code this correctly so I don't get this error: "Arithmetic overflow error converting expression to data type datetime." I know it's here: "GETDATE() - C1.Notice1Date" because notice1date will be null on some rows.
WHERE
(((GETDATE() - C1.IssueDateTime) > 7) AND (C1.Notice1Date IS NULL))
or
((C1.Notice1Date is not null)
and (((GETDATE() - C1.Notice1Date) > 7) AND (C1.Notice2Date IS NULL)))
mcnewsxp
unread,
Mar 26, 2013, 2:57:04 PM3/26/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message