Continuous form combo issue

  • Thread starter Thread starter CJ
  • Start date Start date
C

CJ

I thought I had successfully done this before but apparently not!!

Hi Groupies

My main form has a continuous subform with two combo boxes. The first combo
is a category selector, the second shows the items in that category.....no
problem there.
The issue is that when I move to the next record in the subform and select a
value from the Category combo, it changes the value in the first record.

Any idea what is going on?

Thanks for the brainwaves
CJ
 
sounds like the Category combo box control is not bound to a field in the
form's RecordSource. take a look at the ControlSource property of the combo
box control - is it blank?

hth
 
Your kidding me!!

I don't really need the category information in the results so I thought I
would just use it for criteria purposes.

Thank you both.
 

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