Moon Posted May 3, 2001 Posted May 3, 2001 I am not sure what your question is, but I can answer one issue you present, which is the temporarily empty end date. I woud use a calculated field for the end date which uses the start date in the absence of a date entered into an manually entered end date field. For example StartDate> Date Field EndDate> Date Field EndDateCalc> Calculated Field with Date Result: If ( IsEmpty(EndDate), StartDate, EndDate) At least you have a date range to work with. Not sure this answers your query though. [ May 02, 2001: Message edited by: Moon Mullins ] [ May 02, 2001: Message edited by: Moon Mullins ]
Recommended Posts
This topic is 8607 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