|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Access Database and dates
I have a database in MS Acess that has an "Expiration Date" field. I need to make a query that will look at the current date and will only show data on anything who's expiration date is within the next 6 months. How do I do this?
|
|
#2
|
|||
|
|||
|
Quick and dirty
SELECT * FROM Table1 WHERE (((Table1.EXPDATE)<Date()+183)); S- |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft Access Help > Access Database and dates |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|