It seems that I cannot find the answer to what I need to do with the Scheduler in the documentation and online, but I would imagine it’s been done many times. We keep a list of tasks for each user and we want to associate the tasks with appointments (sometimes). I have a table of Tasks with the PK being TaskID type Int. I also have an Appointment table with one of the fields called TaskID so it can have the ability to link back to the Tasks; its type is also Int. I don’t want to use the resources and show the users the tasks to select from , instead they will select that from a grid outside the scheduler. The idea now is to intercept the Insert operation and add the TaskID to the appointment. How do I do that? (by the way, I use Object Datasource and VB)
Thanks for all the help.
-Sam