Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
access date query
Name: iso96 Date: June 20, 2007 at 07:57:45 Pacific OS: xp pro CPU/Ram: P4
Comment:
hello all,
i am trying to find the the last friday of the present month. I am using the following which gives me the last day of each month:
DateSerial(Year(Date()), Month(Date()) + 1, 0)
Hope someone can help, maybe im going about it wrong with the above!
Summary: Hi I need a query that will only show dates between the date in the date column and the date exactly a year before it. eg: 30/09/09 and 30/09/08 is it possible to do this? ...
Summary: have to summarise something in ms-access. am using access 2003. i have a query with the following fields. (this query has some other fields also. this gets data from 2 tables.) "country" (has values o...
Summary: I print a daily report showing the production figures for each item. I now want to print, an accumulation of the production thus far. For example if I print todays report it should also show me total ...