Noobee Posted July 28, 2010 Posted July 28, 2010 I have 3 tables "cars" with: carID, driverName "drivers" with driverID, carID, and misc. fields and "deliveries" with orderNumber, fk_carsID I'm trying to get the driver name to pull up when I choose the car ID on the deliveries layout, but it doesn't work. I can use a drop down with the cars ID and driver's name shown second on the deliveries layout, but when I choose one, the driver's name field will not auto-populate on the deliveries layout. I'm sure I'm overlooking something here. Thanks in advance for any help.
comment Posted July 28, 2010 Posted July 28, 2010 First, why is DriverName in the Cars Table? It seems a car can have several drivers, while a driver has only one car. If this is true, then selecting the CarID is not enough to determine who's driving it - but the opposite, i.e. selecting the driver and getting the car to populate automatically, should work fine.
Recommended Posts
This topic is 5293 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now