Purdue2479
Registered User.
- Local time
- Today, 15:55
- Joined
- Jul 1, 2003
- Messages
- 52
cascading comboboxes
I am creating a database that stores client and carrier rate information. I need to create a form that shows the carrier rate information when a specific client is selected. So when I select the client it pulls a specific list of carriers for that client. I would like to be able to use comboboxes to select client and carrier information. I'm not sure how to setup the tables either. Right now I have a client table which has the client name and id, carrier table with name and id, and tables with carrier rates for each client. Any suggestions on how to go about this would be greatly appreciated. Thanks.
I am creating a database that stores client and carrier rate information. I need to create a form that shows the carrier rate information when a specific client is selected. So when I select the client it pulls a specific list of carriers for that client. I would like to be able to use comboboxes to select client and carrier information. I'm not sure how to setup the tables either. Right now I have a client table which has the client name and id, carrier table with name and id, and tables with carrier rates for each client. Any suggestions on how to go about this would be greatly appreciated. Thanks.