I am working in a small law firm and my boss has asked me to put a database together to help with outgoing mail. There are 5 different tables that exist in Access. (Applicants, Attorneys, Lien Claimants, Employers and Workers Compensation Boards) All of the tables include addresses only. Each Applicant has an attorney, one or possibly more lien claimants, employer and designated board. I need to create some type of database that will allow me to create a mail merge for all applicants. Keep in mind each applicant has different addresses, employers, etc..(There are roughly 500 applicants) I need to create the database so when I change/update an address on the table in Access it will change ALL of the applicant(s) it pertains to. Tryin to only update a new address in one place instead of 50. If anyone can help please let me know. I am looking for the most efficient and effective way of doing this.
$db_user="root"; $db_host="localhost"; $db_password="root"; $db_name = "fayer"; $conn = mysqli_connect($db_host,$db_user,$db_password,$db_name) or die ("couldn t connect to server"); // perform query ...