dwmatteson
MIS
I'm working on an issue-tracking program as a warm-up to a larger project, and I've run into an obstacle that has me pulling out hair (usually mine, occasionally others'
).
I have three tables: Users, Techs, and Tickets. The Tickets table is a bridge table for the many-to-many relationships between users and techs.
I've created a form that I'm planning on using to look up existing tickets by user. Ideally, I'd like to select the user's name from a combo box and have their tickets displayed in a subform. The problem I'm having is that I can't actually select users using the combo box! They all appear in the list of records, but I can't click on any of them to select them.
Here are the details of the form:
Main form: based on Users table, consisting of combo box with user's names (the one I can't use to select records), the selected user's phone number, and their email address.
Subform: based on Tickets table, consisting of ticket details/resolution, and a combo box linked to the Techs table that displays the technician's name. The ticket subform is linked to the main form by UserID.
Pretty much all of this was generated with wizards, with some tweaking for formatting purposes. I'd appreciate any help you folks can offer with getting the combo box to work!
Thanks in advance,
Don
![[tongue] [tongue] [tongue]](/data/assets/smilies/tongue.gif)
I have three tables: Users, Techs, and Tickets. The Tickets table is a bridge table for the many-to-many relationships between users and techs.
I've created a form that I'm planning on using to look up existing tickets by user. Ideally, I'd like to select the user's name from a combo box and have their tickets displayed in a subform. The problem I'm having is that I can't actually select users using the combo box! They all appear in the list of records, but I can't click on any of them to select them.
Here are the details of the form:
Main form: based on Users table, consisting of combo box with user's names (the one I can't use to select records), the selected user's phone number, and their email address.
Subform: based on Tickets table, consisting of ticket details/resolution, and a combo box linked to the Techs table that displays the technician's name. The ticket subform is linked to the main form by UserID.
Pretty much all of this was generated with wizards, with some tweaking for formatting purposes. I'd appreciate any help you folks can offer with getting the combo box to work!
Thanks in advance,
Don