Contents in combo box disappeared

A

AlanW

I have created an input form in which the content of Combo [Documents] is
based on what is selected in Combo [Department]. It works. But it is
strange that after a new item has been added to the table of [Document],
almost all the previous entries in Combo [Documents] disappeared. Could
somebody help.
 
W

Wayne Morgan

What are the Row Source, Control Source, Bound Column, and Number of Columns
of the combo box and the Record Source of the form?
 
A

AlanW

Hello Wayne,

The problem can be solved by putting "Group By" in the related query.

Thank you very much for your time.
 
Top