Hi,
I have database SQL Server (MSDE) and Access project which is interface of this database.
I want to have a view with records that my field "blabla" (of type datetime in source table) is equal to current date.
But when I use criterion "where (blabla = Date())" and I want to save it I get such message:
ADO: 'Date' is not a recognized function name
Have you got any idea why I cannot use it?
Maybe there is any other solution?
Thanks,
bye
I have database SQL Server (MSDE) and Access project which is interface of this database.
I want to have a view with records that my field "blabla" (of type datetime in source table) is equal to current date.
But when I use criterion "where (blabla = Date())" and I want to save it I get such message:
ADO: 'Date' is not a recognized function name
Have you got any idea why I cannot use it?
Maybe there is any other solution?
Thanks,
bye