Hope someone here can help me...
I keep getting run-time error '3061 - Too few parameters, expected one' on the 'Set class_rst = ' line of the following sub:
Sub Get_horse_recs(class_rst, class)
sql_string = ""
RIDER_F = query_rst(0)
RIDER_L = query_rst(1)
l1 = "SELECT * "
l2 =...