I am rather new to SQL and could use a little help. This is my problem. I have a report that needs to pull up when it reaches the current date.
Meaning that the user enters a date and then in 60 days it pops up in their follow up items when it equals the current date.
This is the SQL stmt I have been working with.
(Convert(Char(8),tblMain.Last_FU + 60) = (Convert(Char(8), GetDate(), 101)
I don't know if I am approaching this correctly or not.
Can someone show me what I am doing wrong?
Meaning that the user enters a date and then in 60 days it pops up in their follow up items when it equals the current date.
This is the SQL stmt I have been working with.
(Convert(Char(8),tblMain.Last_FU + 60) = (Convert(Char(8), GetDate(), 101)
I don't know if I am approaching this correctly or not.
Can someone show me what I am doing wrong?