G
Guest
How do I replace the number 4 with the variable fCode, declared as and
Integer, in this statement:
Do Until recSet1.Fields("Code") = 4
Also: I used an SQL statment to select the records for the recordset but
the
Debug.Print recSet1.Fields("Code")
statement doesn't work if my SQL statement only selects one record.
Please help!!!
Integer, in this statement:
Do Until recSet1.Fields("Code") = 4
Also: I used an SQL statment to select the records for the recordset but
the
Debug.Print recSet1.Fields("Code")
statement doesn't work if my SQL statement only selects one record.
Please help!!!