DBLookupComboBox
Hi,
I want to set a dialog form to ask between many choice in my request.
But Because I need to have just one request and get all my records, the choice of the DBLookupComboBox show many time the choice:
exemple: (in the exemple the Field1 is the choice in DBLookupComboBox)
After I choose 1 or 2 i will get Field2 in my report like that:
But my problem is that in my DBLookupComboBox I get this:
but me I want
thanks for your help
I want to set a dialog form to ask between many choice in my request.
But Because I need to have just one request and get all my records, the choice of the DBLookupComboBox show many time the choice:
exemple: (in the exemple the Field1 is the choice in DBLookupComboBox)
// This is what the query give:
TableID Field1 Field2
1Â Â Â Â Â Â 1Â Â Â Â 1
2Â Â Â Â Â Â 1Â Â Â Â 2
3Â Â Â Â Â Â 2Â Â Â Â 1
4Â Â Â Â Â Â 2Â Â Â Â 2
5Â Â Â Â Â Â 2Â Â Â Â 3
After I choose 1 or 2 i will get Field2 in my report like that:
1 and 2 if I choosed 1
1, 2 and 3 if I choosed 2
But my problem is that in my DBLookupComboBox I get this:
1
1
2
2
2
but me I want
1
2
thanks for your help