cancer2006
Programmer
I am using CRW 8.5 and ACCESS97
I have to select data based on the following condition.
Get all the records where date field is null or date >= 01/01/2007
I am coding as follows
If is null ({table.datefiel}) OR {table.dateield} >= "01/01/207"
Is it possible to do something like this?
I have to select data based on the following condition.
Get all the records where date field is null or date >= 01/01/2007
I am coding as follows
If is null ({table.datefiel}) OR {table.dateield} >= "01/01/207"
Is it possible to do something like this?