VonFranzken
MIS
I need to create a trigger that will insert a record into another table, here is the criteria. I want so that everytime a new technician report is added it gets also recorded in teh activity table as a aritist visit guest book item:
technician (table source) activity(table destination)
eventdate ---------------------->eventdate
artist-------------------------->activityname
category------------------------>category
reasonvisit--------------------->activitshrtdescrp
activitytype = 'AVG'------------>activitytype
postpriority = 'Secondary'------>postpriority
But also insert which does not exist in the technician table but does in the activities table the feilds activitytype = 'AVG' (for artist visit guestbook)
postpriority = 'Secondary' (for report posting priority)
thanks so much for any help with this.
Steve
technician (table source) activity(table destination)
eventdate ---------------------->eventdate
artist-------------------------->activityname
category------------------------>category
reasonvisit--------------------->activitshrtdescrp
activitytype = 'AVG'------------>activitytype
postpriority = 'Secondary'------>postpriority
But also insert which does not exist in the technician table but does in the activities table the feilds activitytype = 'AVG' (for artist visit guestbook)
postpriority = 'Secondary' (for report posting priority)
thanks so much for any help with this.
Steve