campanellisj
Registered User.
- Local time
- Today, 12:02
- Joined
- Apr 28, 2010
- Messages
- 23
I have a complicated issue with combo boxes, lists and duplicate values...I have been tasked to come up with a form that will allow the user to use a combo box or a search field to filter a list and then have the user be able to double click/highlight/select (whatever) the item in the list to see if it is aval (if possible at all then assign the aval position to that individual). If it is not aval the form should display who it is assigned to.
The other kicker I am having is that I can not simply say no to duplicates becasue the list I am using has the same position name/title/info assigned multiple times. For instance:
Paragraph, line number, title, total authoirzed
1 32 mechanic 4
Unfotunately as you can see I am authorized 4 of the same position so I have to be able to assign thier role four times. I can not change the pargraph and line number becasue those are actual "fields" the unit uses to track the position
The other kicker I am having is that I can not simply say no to duplicates becasue the list I am using has the same position name/title/info assigned multiple times. For instance:
Paragraph, line number, title, total authoirzed
1 32 mechanic 4
Unfotunately as you can see I am authorized 4 of the same position so I have to be able to assign thier role four times. I can not change the pargraph and line number becasue those are actual "fields" the unit uses to track the position