dips255 0 Light Poster

Im trying to make reminder system
The form has inputs for date of reminder and frequency
frequency options are daily, weekly, monthly, quarterly, yearly
Ive coded for daily reminder(using time check) but for other options I need help

'==daily reminder --
if FormatDateTime(reminderdate, 4) >FormatDateTime(Now, 4) then NewReminderDate = date else NewReminderDate = date+1

any suggestion would be appreciated

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.