J
Julian Botta
I have the following database structure, for a transportation program
jobs 1:many customer
customers 1:many refferenc
Prb. Every job has one customer. Every customer has many reffernce(employees of the customers). Every job should have also one of the customer's refference on it
If I try to have a field as refference in table jobs and to have the following relationship
jobs 1:many refferenc
the program is blocking itself, and the form will not show up working
Any sugestions
Thanks Julian.
jobs 1:many customer
customers 1:many refferenc
Prb. Every job has one customer. Every customer has many reffernce(employees of the customers). Every job should have also one of the customer's refference on it
If I try to have a field as refference in table jobs and to have the following relationship
jobs 1:many refferenc
the program is blocking itself, and the form will not show up working
Any sugestions
Thanks Julian.