I have a table (Events) in which I need the action to be: when I create a record in event it automatically creates records on another table (Event_description) based on another table (Event_location).
Tables:
Event
-Event_ID
-Event_name
Event_location
-Location_ID
-Location_name
Event_Description
-Description_ID
-Event_ID_fk
-Event_location_ID_fk
-Location_interest (Y/N)
Basically I need to have it be relational on that when an event is created it automatically creates records in Event_description based on the Event_location table, so that I can mark whether the event has interest in the location
Or would this be accomplished through a form? Form lists each of the locations in the Location table and a check box next to each that records to the Description table.
Am i making sense? This is my first post.
Thanks
Tables:
Event
-Event_ID
-Event_name
Event_location
-Location_ID
-Location_name
Event_Description
-Description_ID
-Event_ID_fk
-Event_location_ID_fk
-Location_interest (Y/N)
Basically I need to have it be relational on that when an event is created it automatically creates records in Event_description based on the Event_location table, so that I can mark whether the event has interest in the location
Or would this be accomplished through a form? Form lists each of the locations in the Location table and a check box next to each that records to the Description table.
Am i making sense? This is my first post.
Thanks