D
Daniel Hidalgo
Hello,
I have an issue that is probably really simple.
I am trying to do a date calculation between two date fields but I keep
getting an error in Access. Here is the info that I am working with.
I have added notes next to the field names stating what the fields are.
Table Name: CPE_Order_Log
Field Names:
MONTH (Month Order Received)
CUSTOMER (Customer Name)
ORDER_ID (System Record Number)
PURCHASE_ORDER (Our Order Number We Assigned)
SYS_DO_ID (Sister System Order Number)
FC_EOL_ID (Internal Requestition Number to Vendor)
DATE_RCVD (Date We Received The Order)
DATE_CLEAN (Date Order Was Ready To Place)
DATE_LOGGED (Date Order Was Updated In System)
DO_DATE (Date Order Placed With Vendor)
DATE_LOADED (Date Order Reflected In System)
EOL_DATE_ENTERED (Date Vendor Confirmed Order)
EOL_COMPLETE_DATE (Date Vendor Shipped Order)
INVOICE_DATE (Date Customer Was Sent Bill)
ITEMS_PER_EOL (Number of Items On Order)
I am trying to write a couple of queries that I can run to show the
following:
Interval between DATE_RCVD and DATE_CLEAN
Interval between DATE_RCVD and EOL_DATE_ENTERED
Interval between DATE_RCVD and EOL_COMPLETE_DATE
Interval between DATE_RCVD and INVOICE_DATE
I am assuming that the calculation would be the same just plugging in
different fields.
I tried entering a DateDiff calculation in MS Access Query but when I
ran it the result was blank. The end result is that I want to be able
to generate a report showing what the results are per line for the
intervals.
Any help that you can provide would be most appreciated.
Thanks,
Daniel Hidalgo
I have an issue that is probably really simple.
I am trying to do a date calculation between two date fields but I keep
getting an error in Access. Here is the info that I am working with.
I have added notes next to the field names stating what the fields are.
Table Name: CPE_Order_Log
Field Names:
MONTH (Month Order Received)
CUSTOMER (Customer Name)
ORDER_ID (System Record Number)
PURCHASE_ORDER (Our Order Number We Assigned)
SYS_DO_ID (Sister System Order Number)
FC_EOL_ID (Internal Requestition Number to Vendor)
DATE_RCVD (Date We Received The Order)
DATE_CLEAN (Date Order Was Ready To Place)
DATE_LOGGED (Date Order Was Updated In System)
DO_DATE (Date Order Placed With Vendor)
DATE_LOADED (Date Order Reflected In System)
EOL_DATE_ENTERED (Date Vendor Confirmed Order)
EOL_COMPLETE_DATE (Date Vendor Shipped Order)
INVOICE_DATE (Date Customer Was Sent Bill)
ITEMS_PER_EOL (Number of Items On Order)
I am trying to write a couple of queries that I can run to show the
following:
Interval between DATE_RCVD and DATE_CLEAN
Interval between DATE_RCVD and EOL_DATE_ENTERED
Interval between DATE_RCVD and EOL_COMPLETE_DATE
Interval between DATE_RCVD and INVOICE_DATE
I am assuming that the calculation would be the same just plugging in
different fields.
I tried entering a DateDiff calculation in MS Access Query but when I
ran it the result was blank. The end result is that I want to be able
to generate a report showing what the results are per line for the
intervals.
Any help that you can provide would be most appreciated.
Thanks,
Daniel Hidalgo