- Aug 19, 2001
- 1,628
- 0
- 76
I have a relational database with 3 tables: "service calls", "contacts", "printers". Two fields in "service calls" have many-to-one relationships with ID fields in "contacts" and "printers".
The wizard make a form that displays fields in calls. Here's where it gets hairy though. I want to have two combo boxes for the "contacts" and "printers" ID fields that narrow down the list of queries available to that form when they're selected. I couldn't find anything promising on google, and was hoping someone here might be able to point me in the right direction.
The wizard make a form that displays fields in calls. Here's where it gets hairy though. I want to have two combo boxes for the "contacts" and "printers" ID fields that narrow down the list of queries available to that form when they're selected. I couldn't find anything promising on google, and was hoping someone here might be able to point me in the right direction.