Using SQL Server 2000 and VB6
Table1
ID Date
001 20090801
001 20090802
…
001 20090831
002 20090801
002 20090802
…
002 20090831
So on…,
I want to compare a date with system date, suppose today date is 20090831, I want to display a message as “today is last day for 001”
How to make a code in vb6 or is possible to make a query for this condition?
Need Help