I have a second question:
i have a table with customer
customer
==========
id name
and a table with sales
sales
=================
customer_id item
When i show sales,
i can select a customer for all next insert?
I.e., i choose a customer, Bill.
When i show table sales, i can insert (with code) same customer, Bill, until i choose another one?
Thank you