U
urbecar
Guest
In access 2002 i'm trying to create DAO recordset from this query
SQLString = "SELECT * FROM [izposoja] WHERE (datum_posoje) LIKE " & Date
i get the following error
The table IZPOSOJA looks like this
Basicly i yust wont to make a recordset of all records in IZPOSOJA where date is like todays date.
Well sorry for my english .... but i did my best
SQLString = "SELECT * FROM [izposoja] WHERE (datum_posoje) LIKE " & Date
i get the following error
The table IZPOSOJA looks like this
Basicly i yust wont to make a recordset of all records in IZPOSOJA where date is like todays date.
Well sorry for my english .... but i did my best