ComboBox stays empty

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
 
A

Art

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

Hope This Helps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top