M
mattc66 via AccessMonster.com
I am wanting to have the following if statement if the following DB_Wood or
DB_Plastic check boxes are not checked. It will display the following message.
I get an error #13 Type Mismatch.
What am I doing wrong?
If DB_Wood Or DB_Plastic = False Then
MsgBox "You need to select the flooring material. " & _
vbOKOnly, "Select Material"
End If
DB_Plastic check boxes are not checked. It will display the following message.
I get an error #13 Type Mismatch.
What am I doing wrong?
If DB_Wood Or DB_Plastic = False Then
MsgBox "You need to select the flooring material. " & _
vbOKOnly, "Select Material"
End If