J
Jane
I am having problems with findfirst and dcount using the
following criteria strings:
rstCalen.FindFirst "[sessionid] = """ & SessID & """ and
[areaid]" = DareaID
if narrow down the criteria and do not include the second
part, the findfirst request is successful. (although the
second criteria is also true).
Sessionid is a string and SessId is declared as a string.
AreaID is a number and DareaID is declared as a variant.
The recordset is based on a query on the original table.
Any help with the criteria would be much appreciated.
Jane
following criteria strings:
rstCalen.FindFirst "[sessionid] = """ & SessID & """ and
[areaid]" = DareaID
if narrow down the criteria and do not include the second
part, the findfirst request is successful. (although the
second criteria is also true).
Sessionid is a string and SessId is declared as a string.
AreaID is a number and DareaID is declared as a variant.
The recordset is based on a query on the original table.
Any help with the criteria would be much appreciated.
Jane