What is wrong with this?
VB Code:
SearchData.Open "SELECT Book,Chapter,Verse,Scripture From Bible " & _ "Where Book ='" & Combo1.List(Combo1.ListIndex) & "' BETWEEN '" & Combo2.List(Combo2.ListIndex) & "' " & _ "AND Scripture LIKE '%" & Text1.Text & "%'", cnn
I return no records using the BETWEEN.
I know the rest already works because I tested it. When I added BEWTEEN it returns zero records.
I NEED HELP FAST... deadline




Reply With Quote