Newbies cbntoronto Posted June 4, 2002 Newbies Posted June 4, 2002 I am in the process of designing a database that counts the days that a job is in progress. For instance, I want to be able to count how many days it takes a job from the time its opened to the time its sent to billing. I have date fields in which the dates are entered however I can seem to get FMPro to count the amount of days in between. What am I overlooking and is there an easy, efficient way to do this? Thanks!
slstrother Posted June 4, 2002 Posted June 4, 2002 Subtract the date entered from the date to billing. Days= DateEntered-DateToBilling Set your calculation result to number.
Newbies cbntoronto Posted June 4, 2002 Author Newbies Posted June 4, 2002 I ended up getting a negative number, so I multiplied the equation by -1. Works great. Thanks so much!
slstrother Posted June 4, 2002 Posted June 4, 2002 Sorry, I wrote the calc wrong. Reverse the fields. should be Days = DateToBilling-DateEntered
Recommended Posts
This topic is 8278 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now