ok i have an issue.
my user will enter customer details.. eg name phone.. and the primary key is customer id.
there are also job details, pickup address, no. of passengers.. etc.. and the primary key is job id.
assigning a job to a customer is done is this way.
job id
customer id
my problem is this however. the person booking the job is also a customer and will also be assigned to the job using the same method.
when i create a query however, i cant display both the customer name and the booker name in the same query as both use the customer id... is this clear enough..
basically i need a method that allows me to assign customers from the same table to the same job but as 2 roles.
my user will enter customer details.. eg name phone.. and the primary key is customer id.
there are also job details, pickup address, no. of passengers.. etc.. and the primary key is job id.
assigning a job to a customer is done is this way.
job id
customer id
my problem is this however. the person booking the job is also a customer and will also be assigned to the job using the same method.
when i create a query however, i cant display both the customer name and the booker name in the same query as both use the customer id... is this clear enough..
basically i need a method that allows me to assign customers from the same table to the same job but as 2 roles.