ComboBox stays empty

  • Thread starter Thread starter Marco Alting
  • Start date Start date
M

Marco Alting

Hi,

I have a form with several combo-boxes, which get their data from a query,
only thing is, if I set the Row Source SQL statement, and test the form, the
combo-box stays empty.

Any idea why this is?

This is the statement used in the Row Source:

SELECT Portfolio.Portfolio FROM Portfolio GROUP BY Portfolio.Portfolio;


Thanks,
Marco
 
Probable confusion between query and field name. Try
renaming one of them and see if that helps.

Hope This Helps
 
Back
Top