Jump to content

date range finds...


This topic is 8415 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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 ]

Link to comment
Share on other sites

This topic is 8415 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.