Vicky
how to create 1 data to 3 table?
this the expense table :
invoice_number,
date,
status,
total,
remaining_amount
and this expense payment table :
expense_id,
date
nominal
and when create the data, the form send date, total, payment amount,
so i want the payment amount field is nominal in expense payment table, and invoice number is auto generate
but on this case, when i submit the form, i get error payment amount is not field in expense table, so how to solve it?
11 replies