I have two tables, one for storing reports of a user, and another for storing users.
1. Report_table -----report_id(P)-----user_id-------- 001
You can deal with TRIGGER by using a AFTER INSERT trigger
TRIGGER
AFTER INSERT
http://dev.mysql.com/doc/refman/5.0/en/triggers.html