Determine lowest selected value among combo group

  • Thread starter Thread starter John
  • Start date Start date
J

John

I have five combo controls on a form. Each unbound combo offers the
same choices----select a number from 1 to 10. Here's the challenge,
how can I determine what the lowest selected value is among all five
combos?

So, if:
Combo A= 4
Combo B= 8
Combo C=2
Combo D=9
Combo E=3

I need to store value 2 in a variable (VBA). But, how can I do this in
vba? Any help is greatly appreciated!
 

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