Hi,
When i use the following code;
rsgevallen.Open
("select * from [numbers] where Date = #" & Datechoose & "#"
, cnDB, adOpenStatic, adLockOptimistic
and the date in datechoose is 16-10-02 it find's the record 16 october no problem.
when the date in datechoose is 3-10-02 it find's 10 march ??
the date is a short notation d-mm-yy and i am acccessing an access database
does anyone has any idea's ?
Thanks
Erik
When i use the following code;
rsgevallen.Open
("select * from [numbers] where Date = #" & Datechoose & "#"
and the date in datechoose is 16-10-02 it find's the record 16 october no problem.
when the date in datechoose is 3-10-02 it find's 10 march ??
the date is a short notation d-mm-yy and i am acccessing an access database
does anyone has any idea's ?
Thanks
Erik