Have a table that has a field
modify_date in modify_date DATETIME YEAR TO SECONd format
I want to use this field in a
when statement comparing it to today less 2 days
In access I can do a
modify_date<=date()-2 & get the proper result but seems infomrix is a bit more picky.
What is the syntax for doing this comparision realizing that the 'time' element will never be exact.
- Thanks
Gina
modify_date in modify_date DATETIME YEAR TO SECONd format
I want to use this field in a
when statement comparing it to today less 2 days
In access I can do a
modify_date<=date()-2 & get the proper result but seems infomrix is a bit more picky.
What is the syntax for doing this comparision realizing that the 'time' element will never be exact.
- Thanks
Gina