I need your guidance in following.
I am using a following code where dtmDate1 is 1/1/2000
rst2.FindFirst "Date<#" & Format(dtmDate1, "mm/dd/yyyy") & "#"
Now I need a second recordset to read DATE previous to dtmDate1.
dtmDate2 = rst2!Date
dtmDate2 must be = 1/1/1999
Data looks like this
ID_________Date
12_________1/1/1999
12_________1/1/1998
12_________1/1/2000
12_________1/1/2001
Thanks
I am using a following code where dtmDate1 is 1/1/2000
rst2.FindFirst "Date<#" & Format(dtmDate1, "mm/dd/yyyy") & "#"
Now I need a second recordset to read DATE previous to dtmDate1.
dtmDate2 = rst2!Date
dtmDate2 must be = 1/1/1999
Data looks like this
ID_________Date
12_________1/1/1999
12_________1/1/1998
12_________1/1/2000
12_________1/1/2001
Thanks