Hi,
I've built a multiple tables form but can't enter any data (tried also with creating a query first and than a form from that query, didn't work as well). Also the little buttons to navigate between records are disabled.
Here's some aditional info about my tables (simplified):
tblCustomer (customer_id, name, mail,...)
/
tblSell (sell_id, date, customer_id)
/
tblSellProduct (sell_id, product_id, quantity)
/
tblProduct (product_id, name, price,...)
And the form I'm having troubles with:
frmSell (sell_id, date, customer_id, name, product_id, name, quantity, price)
Any ideas? Do you need any extra data?
Thank you very much!
I've built a multiple tables form but can't enter any data (tried also with creating a query first and than a form from that query, didn't work as well). Also the little buttons to navigate between records are disabled.
Here's some aditional info about my tables (simplified):
tblCustomer (customer_id, name, mail,...)
/
tblSell (sell_id, date, customer_id)
/
tblSellProduct (sell_id, product_id, quantity)
/
tblProduct (product_id, name, price,...)
And the form I'm having troubles with:
frmSell (sell_id, date, customer_id, name, product_id, name, quantity, price)
Any ideas? Do you need any extra data?
Thank you very much!