I have a reminders table for appointments and tasks.
There are 2 types of reminder: calendar event and task.
In a continuous form based on reminders I want to display a control that displays 1 of 2 icons depending on whether the reminders is a calendar event or a task.
I'm not quite sure how tro get this accomplished.
Should I create a field in the table or create an unbound text box and check for the reminder type?
The reminder types are in a lookup table linked to the reminders table.
Thanks,
James
There are 2 types of reminder: calendar event and task.
In a continuous form based on reminders I want to display a control that displays 1 of 2 icons depending on whether the reminders is a calendar event or a task.
I'm not quite sure how tro get this accomplished.
Should I create a field in the table or create an unbound text box and check for the reminder type?
The reminder types are in a lookup table linked to the reminders table.
Thanks,
James