See if a date is within a date range

When the user creates a form and enters in a date. I need to go to another Notes app and check the start and end dates to see if that proposed date falls within the date range. If the date is within the Start Date and End Date then I need to inform the user that the date is not available. I am going to use a profile document to store the location of the other DB.

I have not really worked with date ranges in lotusscript so this will be very helpful.

Thanks

Subject: See if a date is within a date range

Use the Notesdatetime class, in that class you have TimeDifference method. Using this method would solve your problem. See Designer help for examples.