combobox in subform not working

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

Guest

I have a form with multiple subforms all interrelated by a common designator.
I have just added a new subform with a new underlying table. The other
subforms have code for "On Dirty". I have duplicated every aspect I can
think of from the original subforms as a template to the new subform. When i
try to enter something into the single combobox, the combobox is properly
populated, but when I select something, it just pings at me. I can't seem
to make the selection.

Any ideas why would be appreciated. TIA

Papa
 
Roger,
I will attempt to answer your questions:
The combobox is bound to "column 1" and the row source is:
SELECT DISTINCTROW [Zlookup: Keyword].KeyCode, [Zlookup: Keyword].Keyword
FROM [Zlookup: Keyword] ORDER BY [Zlookup: Keyword].KeyCode;

I just figured it out - thanks it was improper control source
 

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

Back
Top