Hello,
I am in desperate need of figuring out this time issue. >:-<
I really need to extract data between dates (using parameters)and between the times of 8:30 AM and 8:30 AM of the next day. I have tried the between function but it is not pulling all of the records.
Here is my current parameter:
Between [Forms]![criteria_export_trouble_tkt_records_rpt_dialog]![BeginDate] And [Forms]![criteria_export_trouble_tkt_records_rpt_dialog]![EndDate]
I am using the following date and time fields:
Enter_date
Enter_time
I actually used "<=8:30:00 AM" in my query and received the following output:
You can see (dates bolded) where it is missing some records between the two dates. Records recorded for the times in between 7:00 PM (6/16) thru 9:00 AM (6/17) are missing.
<BEGIN OUTPUT>
Enter Date Enter Time shift
6/16/2006 9:12:42 AM A
6/16/2006 9:49:38 AM A
6/16/2006 10:38:32 AM A
6/16/2006 11:15:52 AM A
6/16/2006 11:20:53 AM A
6/16/2006 12:31:24 PM A
6/16/2006 12:33:33 PM A
6/16/2006 12:34:06 PM A
6/16/2006 12:40:00 PM A
6/16/2006 2:28:49 PM A
6/16/2006 2:35:25 PM A
6/16/2006 2:36:47 PM A
6/16/2006 3:06:58 PM B
6/16/2006 3:11:43 PM A
6/16/2006 3:42:33 PM B
6/16/2006 3:43:35 PM B
6/16/2006 4:30:00 PM B
6/16/2006 5:05:00 PM B
6/16/2006 5:49:00 PM B
6/16/2006 5:52:55 PM B
6/16/2006 6:02:51 PM B
6/16/2006 6:08:37 PM B
6/16/2006 6:12:12 PM B
6/17/2006 9:07:51 AM C
6/17/2006 9:09:07 AM C
6/17/2006 9:09:13 AM C
<END OUTPUT>
We have three shifts:
A=8:00 AM - 4:00 PM
B=4:00 PM - 12:00 AM
C=12:00 AM - 8:00 AM
I would really appreciate any help I can get. I have been at this for awhile and do not have the advance experience to resolve this.
Thanks to anyone who can help.
I am in desperate need of figuring out this time issue. >:-<
I really need to extract data between dates (using parameters)and between the times of 8:30 AM and 8:30 AM of the next day. I have tried the between function but it is not pulling all of the records.
Here is my current parameter:
Between [Forms]![criteria_export_trouble_tkt_records_rpt_dialog]![BeginDate] And [Forms]![criteria_export_trouble_tkt_records_rpt_dialog]![EndDate]
I am using the following date and time fields:
Enter_date
Enter_time
I actually used "<=8:30:00 AM" in my query and received the following output:
You can see (dates bolded) where it is missing some records between the two dates. Records recorded for the times in between 7:00 PM (6/16) thru 9:00 AM (6/17) are missing.
<BEGIN OUTPUT>
Enter Date Enter Time shift
6/16/2006 9:12:42 AM A
6/16/2006 9:49:38 AM A
6/16/2006 10:38:32 AM A
6/16/2006 11:15:52 AM A
6/16/2006 11:20:53 AM A
6/16/2006 12:31:24 PM A
6/16/2006 12:33:33 PM A
6/16/2006 12:34:06 PM A
6/16/2006 12:40:00 PM A
6/16/2006 2:28:49 PM A
6/16/2006 2:35:25 PM A
6/16/2006 2:36:47 PM A
6/16/2006 3:06:58 PM B
6/16/2006 3:11:43 PM A
6/16/2006 3:42:33 PM B
6/16/2006 3:43:35 PM B
6/16/2006 4:30:00 PM B
6/16/2006 5:05:00 PM B
6/16/2006 5:49:00 PM B
6/16/2006 5:52:55 PM B
6/16/2006 6:02:51 PM B
6/16/2006 6:08:37 PM B
6/16/2006 6:12:12 PM B
6/17/2006 9:07:51 AM C
6/17/2006 9:09:07 AM C
6/17/2006 9:09:13 AM C
<END OUTPUT>
We have three shifts:
A=8:00 AM - 4:00 PM
B=4:00 PM - 12:00 AM
C=12:00 AM - 8:00 AM
I would really appreciate any help I can get. I have been at this for awhile and do not have the advance experience to resolve this.
Thanks to anyone who can help.