Vitiositas
Registered User.
- Local time
- Today, 21:10
- Joined
- Oct 10, 2012
- Messages
- 20
Hi guys, been browsing your forums for a long time, first time iv come across something i cant find that i need help with.
Basicly we run a report within our access database that shows the clients name and date of distrubution, currently it shows the data from the current month, I have been scratching my head and looking around for how to add the data for the next month aswell and have come up with nothing.
This is what we currently have that shows the data from the current month:
SELECT [basic details].* FROM [basic details] WHERE (((Month([DistribStart]))=Month(Date())) AND ((Year([DistribStart]))=Year(Date()))) ORDER BY [basic details].DistribStart, [basic details].[Client Name];
Any help or ideas are apreciated, and please make them as basicly as possible as i am not an access expert.
Edit: Fixed Formatting
Basicly we run a report within our access database that shows the clients name and date of distrubution, currently it shows the data from the current month, I have been scratching my head and looking around for how to add the data for the next month aswell and have come up with nothing.
This is what we currently have that shows the data from the current month:
SELECT [basic details].* FROM [basic details] WHERE (((Month([DistribStart]))=Month(Date())) AND ((Year([DistribStart]))=Year(Date()))) ORDER BY [basic details].DistribStart, [basic details].[Client Name];
Any help or ideas are apreciated, and please make them as basicly as possible as i am not an access expert.
Edit: Fixed Formatting
Last edited: