hi all:
how to insert Data to a access Database (Multiple table)?

my access database have a multiple table t1,t2,t3
and i want text1,text2,text3 insert to t1 table
and text1,text2,text3,text4,text5 insert to t2 table
and text1,text2,text3,text4,text5,text6,text7 insert to t3 table
how to do this?