I have a date field in one of my queries (01DEC2004). I have a pivot table linked to the query. I would like the users of the pivot table to be able to group the data by month. Currently the group feature will not work. Does anyone have a suggestion on the best way to extract the month from the date field?
Could I create a new column in the query called month and use an expression to extract the month?
If so can someone tell me how to key the expression to do this?
basically I have two date columns in one of my tables. One is created whenever a record is created in that table the other is added to that record later based on business rules. I need to get all records in the table where the first date exists but not the second. I'm unsure of how to write a query specifying that the second date column must be empty.
I have a database table comprising inspection records for about 300 process control instruments. A new record is entered for each inspection so that an inspection history builds up for each instrument.
For one report I need to extract all the records with the only the latest inspection date for each instrument.
I attempted to build a query using the design grid screen. Initially I thought I could use the "Max of" approach as I have done with numbers. This did not work so tried without success to convert the dates to serial format thinking I could "Max of".
Have now concluded that a module is needed. However with my Access Basic programming skills this would take me a couple of weeks and still be wrong!
Can someone tell me how to get year to date totals, month to date totals, week to dates in a query? I need to get all three for three different fields.
I was not able to get the totals with the formulas given. I received the totals for each day instead. Are there any other suggestions? I am trying to different formulas, but they are not working either. I did try doing different queries with the formulas to see if that would work.
Using access 2010; i have a form that includes a date field. Is there a way to force the user to only choose a month end date? When the user clicks the date from the popup, they may use 9/1/2013 when the mgr. want them to use only 8/31/2013. I am thinking validation field to put a msg but want to be able to force it not the option.
I am creating a repayment schedule (as a report) and I want to display a series of fields as a column which return (show) a date one month after the date in the field above.
The first repayment date field (Line 1) will show a date one month after the loan was paid out. the Next field below will show the date one month later.
I can't simply insert the "Date + 30" because that would get out of since over the year. If the loan was issued on say the 15th of January, I need the first field to display 15th February and the next would be .... 15th March.... Yes - You've got it!
Now I could do that in Excel, but I don't know how to get Access to do it.
I need a query to look between two dates. The first date needs to be the first of the month of date given in [forms]![frmflash]![enddate] and the last date needs to be [forms]![frmflash]![enddate]. How can I make a between statement that looks between these two dates?
Hello - I have a database which keeps track of the projects we do. As we complete the projects we change the status to complete and list a completion date. I now need to create a query that will show me all the projects complete in the current month. I tried using >=DateAdd("m",-1,Date()) but it gives me all the projects completed within the last 30 days. So if it is Feb 11 I only want to see projects completed in Feb not projects completed Jan 28.
can i change date format that contain day, month, and year to month and year only.. i try change at fromat at porperties, but it change back into dd/mm/yy at combo box.. this is bcoz i want to filter up my subform that contain parts that purchased by customer by month..
Dear all, Question for you all. My Microsoft Access have:- Contract start date Contract end date Status of combo box - Active, Expired
I would like the combo box can automate base on contract end date. Question here. The combo box only auto change to "Expired" once month end reached.
Example: Contract start date 01 Jul 06, Contract end date 25 Jul 06. From here, I do not want the combo box base on system date to change it to "Expired". Only when the month end reached, system will auto change it. For your information, not only 1 record, I have 100++ of records & start from different contract date.
I need a query that calculates a date that is the first of the month following a specific date. Example: The first of the month following the 65th birthday.
I have a table which has a column 'Date', which contains dates in the format dd/mm/yy. I wish to produce a quiery which will produce an extra column entitled 'month', which will match each date to the month of that date. I know there is a formula which does this (called 'month' i think), but i dont know how to use it to achieve what I want.
I have a subquery which is supposed to filter overtime hours based on name and date by month. The name is working fine, but it's skipping over the date.
(SELECT SUM([Hours1])FROM[OTHours1] WHERE [OTHours1].[CoveringName1]=[CertificationRoster].[NameLast] AND [OTHours1].[LeaveDate By Month] = [LeaveDate By Month]) AS OTTotals1
I took the filter by name out to test and it tallied up the overtime hours with no regards to month.
The format for date by month is the same in the originating query, OTHours1, and this query (mmmm yyyy). So I don't know why MS Access isn't connecting the dots here.
This thing is driving me nuts and is possibly something simple, but can't figure it out.
I have a query which gives me data in three fields : Vendorname, vendorlocation and surveydate The first two are text fields, the last is a date field. What I want is those names and locations, where the surveydate is in THIS month only. So today's month (5) is May and I want all entries for this month only.
I hoping someone can assist me here, I've looked through the forum for other date related threads raised, but none seem to assist me with what I need to achieve.
I have created a query with an appropriate date field, and I am can't seem to work out how to write the correct formulae to get the query to only show data with a date range for the current month only.
I don't want the user to be prompted to enter any information, I want the query to automatically always, when in the current month only show data for the current month.
Hi - I need to extract the month from a date via an SQL pass through query. e.g. if the date reads 19/02/2008, I need to have returned to me 'FEB', so that I can link the month (string) to another table.
I have though about "decoding" the date - I've seen that practice used in other scenarios, but never on a date format. Any suggestions? Thanks
I need a query that calculates a date that is the first of the month following a specific date. Example: The first of the month following the 65th birthday.