J
Jane
I am attempting to find a record in a DAO recordset with
the following criteria:
rstSappoint.FindFirst "[diveid] = " & Combo10 And "[ddate]
data type mis match is returned when the recordset date
field is compared to the variable Fdate. My local settings
are United Kingdom dates should I reformat the dates to
get a valid comparison. If so could anyone provide me with
the syntax.
Thanks in advance
Jane
the following criteria:
rstSappoint.FindFirst "[diveid] = " & Combo10 And "[ddate]
#" & Fdate & "#"
data type mis match is returned when the recordset date
field is compared to the variable Fdate. My local settings
are United Kingdom dates should I reformat the dates to
get a valid comparison. If so could anyone provide me with
the syntax.
Thanks in advance
Jane