Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Creating a reminder for appointments


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

Recommended Posts

Posted

I'm developing a database for our Medical Department. They would like a tickler system that will remind them of upcoming appointments.

I want to create a layout that pops up at startup that lists 7 days worth of appointments from the current date that the database is being used.

My appointments table (MedAppoint) is set up as follows:

•ClFirstName – (text) Client’s first name

•ClLastName – (text) Client’s last name

•MedAppdate – (date) date of appointment

•MedAppType – (text) Type of appointment

•MedAppProj – (date) projected date of next appointment

•MedAppNotes – (text) Notes and comments

Any suggestions on how I should set this up to get a list of appointments from the current date out to 7 days? Sorry if this is in the wrong section. i wasn't sure if it should be here or maybe in scripting or calculations forum.

Posted

Not quite sure if that's your question, but I think you want a startup script that find records whose MedAppdate is:

Get ( CurrentDate ) .. Get ( CurrentDate ) + 7

This topic is 6514 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.