pull down

J

Joel Allen

Hi,

I have the pull down so that the user must select what's available, but how
can I force a user not to leave a pull down blank. I've tried Default Value
but it doesn't work.

Thanks,
Joel
 
J

John W. Vinson

Hi,

I have the pull down so that the user must select what's available, but how
can I force a user not to leave a pull down blank. I've tried Default Value
but it doesn't work.

Thanks,
Joel

What's the context? Is the Combo Box (the real name of the control) bound to a
table field that you're updating, or an unbound control to select a record for
editing and viewing, or what?
 
A

Arvin Meyer [MVP]

Use the Before Update event of the form to set focus back to the combo box.
You can also add a validation rule to both the table and the form, which the
user won't be able to ignore.
 

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

Top