Contents in combo box disappeared

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
What are the Row Source, Control Source, Bound Column, and Number of Columns
of the combo box and the Record Source of the form?
 
Hello Wayne,

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

Thank you very much for your time.
 
Back
Top