Hi,
I want to use a recordset to bring up all records which has a certain field with a date which is less than 5 days in advance. This includes dates in the past as well. Can anyone tell me how to do this using the .source property please?
If this is not possible I guess it won't be too hard to use VB functions to do it? i.e. If rsName.Fields("date field") <= Date+5 Then ...?![]()



Reply With Quote
