Dropdown List Box is Null

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

Guest

I have a form with several textboxes on it and 1 dropdown listbox.
When I click an "Accept" button the code checks to ensure that all required
fields are completed. Even though the dropdown listbox has been completed it
returns a null value.

The dropdown listbox is unbound.

If IsNull(Me.Branch) Then

Does anyone know how to fix this?

Thanks in advance!

Dwight
 
Dwight

Fix what?

Where are you using the If...Then statement?

If the combo box is unbound, how do you mean "it returns a null value"?
Returns it to where?

What is the row source for your combo box?

Need more info, please...

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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