Jump to content

Recommended Posts

Posted

the database is in Access 2003 format.

 

So far I'm doing ok, does anyone know how to query on dates?

I want to produce a list of items due back that day, and those that are late back as well

Posted
the database is in Access 2003 format.

 

So far I'm doing ok, does anyone know how to query on dates?

I want to produce a list of items due back that day, and those that are late back as well

 

Urm might not ne right but first thing that popped into my head was

 

SELECT items

FROM yourtable

WHERE duedate => #01-01-2008#

ORDER BY items;

Posted

actually, I've never used Access or SQL before, but it's a doddle!

 

He says till he gets stuck!!!!

 

I have a working database with the forms doing what I want, and the reports working too. I'm just smartening it up.

 

I've found that once you've got the queries working, the rest just follows naturally.

 

Mind you, I'm probably doing it wrong!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...