Adding a record in one table, auto adds one in another table
Posted: Tue Apr 30, 2013 12:47 pm
I have not found the answer to this yet in any tutorials or posts, that I have searched on the forums.
I have a table of people and addresses. I also have a table of notes, so I can make notes about a person at different times. I even have the notes to where anytime one is added about a person it automatically puts in a time stamp with the note.
I want to make it so if I add a record in the people table it will automatically make the first note in the notes table saying something like "added" so there is a note with a time stamp of when the person was first put in to the database.
I have a table of people and addresses. I also have a table of notes, so I can make notes about a person at different times. I even have the notes to where anytime one is added about a person it automatically puts in a time stamp with the note.
I want to make it so if I add a record in the people table it will automatically make the first note in the notes table saying something like "added" so there is a note with a time stamp of when the person was first put in to the database.