P
Pal
Hi guys,
I have this relationship going on with the following
tables:
CompanyTable: CompanyID,CompanyName
EmployeeTable: EmployeeID,EmployeeName,CompanyID
CustomersTable: CustomerID,CustomerName,CompanyID
InvoicesTable: InvoiceID,InvoiceNo,EmployeeID,CustomerID
The relationships are One to Many for:
CompanyTable to EmployeeTable
CompanyTable to CustomerTable
EmployeeTable to InvoicesTable
CustomersTable to InvoicesTable
The relationships have Referential Integrity + Cascade
Update Related Fields + Cascade Delte Related Records for
all.
Now when I go to create an Invoice form with all the
entries from all the tables (With the exception of the
IDs), I can input entries in the CompanyName,EmployeeName
and CustomerName fields, but can NOT input anything in
the InvoiceNo field!
Why is this happening?!
Thanks for any help
I have this relationship going on with the following
tables:
CompanyTable: CompanyID,CompanyName
EmployeeTable: EmployeeID,EmployeeName,CompanyID
CustomersTable: CustomerID,CustomerName,CompanyID
InvoicesTable: InvoiceID,InvoiceNo,EmployeeID,CustomerID
The relationships are One to Many for:
CompanyTable to EmployeeTable
CompanyTable to CustomerTable
EmployeeTable to InvoicesTable
CustomersTable to InvoicesTable
The relationships have Referential Integrity + Cascade
Update Related Fields + Cascade Delte Related Records for
all.
Now when I go to create an Invoice form with all the
entries from all the tables (With the exception of the
IDs), I can input entries in the CompanyName,EmployeeName
and CustomerName fields, but can NOT input anything in
the InvoiceNo field!
Why is this happening?!
Thanks for any help