|
-
Jun 15th, 2000, 12:09 AM
#1
Thread Starter
Junior Member
Is it possible to scan a database, for a field that match the following statement??:
Month(field) = Month(date) and Day(field) = Day(Date)
(I want the program to get the fields that match with the current day)
-
Jun 15th, 2000, 02:01 AM
#2
Frenzied Member
-
Jun 15th, 2000, 03:47 AM
#3
Thread Starter
Junior Member
-
Jun 15th, 2000, 03:56 AM
#4
Frenzied Member
Access, aka Jet.
I've never done it but you should be able to use the format command.
For example:
select * from table where Format([HireDate],"m")=12 and
Format([HireDate],"d")=25
should get a hiredate of 12/25
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|