nico_van_wijk
Aug 28th, 2006, 03:01 AM
I have a designed a datareport in VB6. In the detail section is a date field. For each record where the date is bigger then the today-date I will display a * behind the date field on the report.
Is this possible? Maybe it's possible with the SQL command, something like:
Select *, date2(if date > now then date = date + "*" from Table;
:afrog:
Is this possible? Maybe it's possible with the SQL command, something like:
Select *, date2(if date > now then date = date + "*" from Table;
:afrog: