something resetting status of select case or multi-line if statements
I have an odd situtation where a section of code is resetting the status of either multi line If statments which then gives me the error " end if without block if" or something very similure, or select case where it's giving me " Case without Select case"
here is the offfending code.
Code:
Private Sub loginbutton_Click()
Dim rs As Recordset
Dim db As Database
Set db = CurrentDb
Dim searchstr