Hi everyone, for the last two days you guys have been saving my life, hope you can give me a hand with this too.
I would like to perform something, that I believe is really difficult. I have a database that has users and passwords to login. This database sends e-mails to a list of people that I have in a table by pressing a button that contains my code.
I have another table to track changes with the following fields: "ChangeID"; "Date"; "Recipients"; "User". I would like to know if there is anyway I can track who press the button by adding to some sort of code that after the button is pressed, a new audit ticket is created by adding in the Change ID field automatically a number (this field is set as Autonumber); on "Date" the current date; on "Recipients" the e-mails of the people to whom the communication was sent (the e-mail is found in another table) and the "User" by completing with the user that the person has logged in.
After paste all this information as a new line to the tracker table I would like a pop up to appear saying: "A ticket number has been assigned for this action: #ticket number".
Is this possible? or I am not going to be able to perform this?
Thanks!
I would like to perform something, that I believe is really difficult. I have a database that has users and passwords to login. This database sends e-mails to a list of people that I have in a table by pressing a button that contains my code.
I have another table to track changes with the following fields: "ChangeID"; "Date"; "Recipients"; "User". I would like to know if there is anyway I can track who press the button by adding to some sort of code that after the button is pressed, a new audit ticket is created by adding in the Change ID field automatically a number (this field is set as Autonumber); on "Date" the current date; on "Recipients" the e-mails of the people to whom the communication was sent (the e-mail is found in another table) and the "User" by completing with the user that the person has logged in.
After paste all this information as a new line to the tracker table I would like a pop up to appear saying: "A ticket number has been assigned for this action: #ticket number".
Is this possible? or I am not going to be able to perform this?
Thanks!