In the form frmOrders of my database i have a combobox where i can choose a ClientID and the dropdown list shows me all the clients in upgoing order with their related orders in descent order.
But the dropdownlist doesn't show all available clients. The two hundred heighest clientnumbers aren shown. However if i type one of these clientnumbers in the textbox of the combobox, the client is found.
If i go to the property sheet of the combobox and activate the query that serves as the recordsource of the combobox, all clients are shown!!!
I control of the records of these clients in the table Orders, doesn't show any difference with all the other records.
What can be the reason for these behaviour. Is it a question of a limit of records that can be shown via a combobox?
But the dropdownlist doesn't show all available clients. The two hundred heighest clientnumbers aren shown. However if i type one of these clientnumbers in the textbox of the combobox, the client is found.
If i go to the property sheet of the combobox and activate the query that serves as the recordsource of the combobox, all clients are shown!!!
I control of the records of these clients in the table Orders, doesn't show any difference with all the other records.
What can be the reason for these behaviour. Is it a question of a limit of records that can be shown via a combobox?