Thread: [Solved] Combo Box in VB Forms help
View Single Post
 
Old 05-12-2011, 12:56 PM
Cbrehm Cbrehm is offline Windows 7 64bit Office 2003
Novice
 
Join Date: May 2011
Posts: 8
Cbrehm is on a distinguished road
Default Combo Box in VB Forms help

Code:
If addtacourt.Value Is Empty Then  'combobox
    MsgBox ("You must choose a court of Jurisdition")
    addtacourt.SetFocus
    Exit Sub
 Else
 End If
Returns an error
I have tried . text and =""'

With the Sample attached run ADDTA form in vb
Use zip 71295 in zip code as I know it is in there (only LA<AR<MS states are in the zipcode range)
Why does this work with textbox but not with combobox?
Attached Files
File Type: xls Tax sale program.xls (274.5 KB, 16 views)

Last edited by Cbrehm; 05-12-2011 at 03:36 PM.
Reply With Quote