Hello,
I am trying to achieve a repeating appointment for a small diary database I have.
At its most basic, I have an Appointments table: tbl_Appointment
It has:
A unique ID of Appoint_ID
An appointment date: Appoint_Date
On an unbound form I have the following:
textbox: txt_Start_Date
textbox: txt_End_Date
combobox: cbo_Repeat_Frequency (this contains daily, weekly, monthly,annually)
button: btn_Add
Thanks for any help.
Mark.
I am trying to achieve a repeating appointment for a small diary database I have.
At its most basic, I have an Appointments table: tbl_Appointment
It has:
A unique ID of Appoint_ID
An appointment date: Appoint_Date
On an unbound form I have the following:
textbox: txt_Start_Date
textbox: txt_End_Date
combobox: cbo_Repeat_Frequency (this contains daily, weekly, monthly,annually)
button: btn_Add
Thanks for any help.
Mark.