I need some advise on using triggers

I have a table called receipts and their are 2-3 more tables
when their will be insert insert or update in the receipts table
some information which is getting inserted into receipt table
will also be inserted or updated in other talbes
for this purpose shal i use triggers to insert or update in others table
will it be good reliable and acurate to use triggers