martie Posted October 9, 2003 Posted October 9, 2003 I have this problem in two different Dbs now. I have a simple time calculation - finish time - start time. How can I make it NOT calculate until both fields are entered? Currently, I get some huge figure as a result when there is no data in the finish time field. If I add a check on the finish field (IsEmpty or IsValid or <=0, I get 00:00:00. What I want is for the calculation not to happen until there is a valid finish time entered. Is this possible? Thank you! Martie
-Queue- Posted October 9, 2003 Posted October 9, 2003 Case( Length( finish time ), finish time - start time )
martie Posted October 9, 2003 Author Posted October 9, 2003 how clever, how simple, how lovely! thank you! Martie
Recommended Posts
This topic is 7786 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