It's not a secret anymore!
The moose likes JDBC and the fly likes Help in MS Access Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Help in MS Access" Watch "Help in MS Access" New topic
Author

Help in MS Access

Kameswari Charan
Greenhorn

Joined: Jul 22, 2003
Posts: 1
I want to select the birtdays of all employees in my office which falls on the current date in MSAccess.I have used the following code but it doesnot work..
SELECT BD_Details.CPFNo, BD_Details.[First Name], BD_Details.[Last Name], BD_Details.Birthday
FROM BD_Details
WHERE format(BD_Deatils.[Birthday],'mm/dd')=format(now(),'mm/dd');
Can anyone please help me.
Regards
Kameswari
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Help in MS Access
 
Similar Threads
date format
Date Format ,Please help!
Date formatting in java.
Happy Pi Day
date problem