Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

check between date in two Cells Excell or Access 1

Status
Not open for further replies.

movedown

Technical User
Jun 20, 2003
4
NL
I have this big list (21327) with casenumbers.
Want i want to do is show on a date how many material is in stock.

example
casenum. prod.date remov. date
N234122 15-10-2002 22-11-2002
n435634 21-10-2002 29-10-2002

Is it possible to ask for 19-10-2002 and excel or access will show all material that is there.
So the case n234122 will be in the new list.
 
you need to build a query out if the table where the data resides. in the "criteria" field below the "date" column type "[type in date]" for the query to ask you to type in a date. after a date has been typed in the query will show only records that contain that date. I hope this helps you,
Doug
 
Doughahn,

thanks for your reply, if have find out what to do after your reply.

in the "criteria" field below the "prod date" column i put
>= "[start date]"
in the "criteria" field below the "remov.date" column
<=&quot;[end date]&quot;
then i made a marco so the date only had to be typed in once.

Thanks again you put me on the right track.

maurice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top