Hi,
I have having problems inserting data into two tables.
I have two tables j and b.
there is jid,bBoxtotal, column in j table
there is bjobid,bBoxNumber,bBoxtotal in b table
What I need to do is insert first into j table and get the last jid and insert that into b table column bjobid.
Can anyone please help?
Thanks.