Microsoft
Software
Hardware
Network
Question : Date Formula deducting today's date from date field
I keep getting "the ) is missing" when running the formula below
What the formula is supposed to do is deduct today's date from {SALES_ORDER_HEADER.REQD_D
ATE} to show days late for the order
Any ideas?
1:
Date (mm,dd,yy) - {SALES_ORDER_HEADER.REQD_DATE}
Answer : Date Formula deducting today's date from date field
Currentdate - {SALES_ORDER_HEADER.REQD_D
ATE}
Random Solutions
Timeout problem
HP Photosmart All-in-one does not detect wireless router
Event ID 59 and 32 sidebyside
Round number to the nearest .5 in delphi
How to use onchange to enter value in another text field
SCCM Multiple Disks n OSD Deployment
Sharepoint 2007 - Workflows and Custom Event Handlers
Help with regular expression javascript
Printing Problem
How to redirect to other action by using MVC2 framework