J
Jane
I posted a question yesterday, asking for help with a date
format in DAO criteria. I changed the format and the date
criteria worked fine. I thought I would use the example as
the basis for other criteria? No such luck! the folllowing
findfirst line works fine if any of the criteria is
applied idependently, but fails if coupled. Any further
help would be appreciated also any pointers to on line
documents dealing with this issue please.
On this occaision the string searched for first is held in
a string variable.
rstCalen.FindFirst "[eventname] = """ & DDive & """"
And "[start] = " & Format$(Tdate, "\#mm\/dd\/yyyy\#")
Thanks Jane
format in DAO criteria. I changed the format and the date
criteria worked fine. I thought I would use the example as
the basis for other criteria? No such luck! the folllowing
findfirst line works fine if any of the criteria is
applied idependently, but fails if coupled. Any further
help would be appreciated also any pointers to on line
documents dealing with this issue please.
On this occaision the string searched for first is held in
a string variable.
rstCalen.FindFirst "[eventname] = """ & DDive & """"
And "[start] = " & Format$(Tdate, "\#mm\/dd\/yyyy\#")
Thanks Jane