R
Robert Robinson
I have created a program that schedules and invoices clients for services
rendered. I would like to program an additional bit of information onto the
form, but am foggy as to how to go about it.
Often, clients will book appointments in the future, and I would like to add
a "Next Appointment is" date field.
I could see creating a box on the form which would attach to my appointment
table. By using SQL logic I could compare the dates for a customer to today's
date and have it return the next value in the list. Is this the most
efficient way of pulling the next date? Are there any pitfalls to this
approach (e.g., if a person has multiple future appointments)?
rendered. I would like to program an additional bit of information onto the
form, but am foggy as to how to go about it.
Often, clients will book appointments in the future, and I would like to add
a "Next Appointment is" date field.
I could see creating a box on the form which would attach to my appointment
table. By using SQL logic I could compare the dates for a customer to today's
date and have it return the next value in the list. Is this the most
efficient way of pulling the next date? Are there any pitfalls to this
approach (e.g., if a person has multiple future appointments)?