antonyx
Arsenal Supporter
- Local time
- Today, 18:48
- Joined
- Jan 7, 2005
- Messages
- 556
hi, i have three tables..
Job_Main (table name)
FIELDS
Job Id (PK)
Date
Time
Pickup
Destination
By_Driver (table name)
FIELDS
Driver Id (PK)
First Name
Last Name
Job_By_Driver (table name)
FIELDS
Driver Job Id (PK)
Job Id (FK)
Driver Id (FK)
i use a form with two combo boxes that allow the user to state which driver did which job. when i create a query with the name of the driver from the 'by_driver' table and the date and time of the job from the 'job_main' table.. then my results show that every driver has done every job, rather then taking the information from the connecting 'job_by_driver' table and separating each job to the specific driver, why is this?
Job_Main (table name)
FIELDS
Job Id (PK)
Date
Time
Pickup
Destination
By_Driver (table name)
FIELDS
Driver Id (PK)
First Name
Last Name
Job_By_Driver (table name)
FIELDS
Driver Job Id (PK)
Job Id (FK)
Driver Id (FK)
i use a form with two combo boxes that allow the user to state which driver did which job. when i create a query with the name of the driver from the 'by_driver' table and the date and time of the job from the 'job_main' table.. then my results show that every driver has done every job, rather then taking the information from the connecting 'job_by_driver' table and separating each job to the specific driver, why is this?