In the database I'm working on (2003) I have a client table that includes a client status field, and I have a linked notes table that includes the note entry date, note type, and note details. Each client has multiple notes.
Each time the client status is changed in the client table, I would like to have a note automatically created in the notes table that details the status change and the note type.
For example: if the user changes the client status in the client table from "Pending" to "Attending" , I would like a note to be created for that client with the note type of "Attending" and note details stating that the status has been changed from "Pending" to "Attending. "
These changes are all done by the user through forms. I don't need to know which user made the change. How do I do this? I know some VB, but I'm not advanced.
Each time the client status is changed in the client table, I would like to have a note automatically created in the notes table that details the status change and the note type.
For example: if the user changes the client status in the client table from "Pending" to "Attending" , I would like a note to be created for that client with the note type of "Attending" and note details stating that the status has been changed from "Pending" to "Attending. "
These changes are all done by the user through forms. I don't need to know which user made the change. How do I do this? I know some VB, but I'm not advanced.
Comment