query currently looks like this :
$query = "SELECT project_list.prefix, project_list.project_number, project_list.project_type, project_list.description, project_list.status, client_list.client_name FROM project_list LEFT JOIN client_list ON project_list.prefix=client_list.prefix WHERE status = 'Current'";