G
Guest
I am attempting to scan through a recordset, and for each row apply various If statements to determine the value of a field and update the same. I have no previous programming experience and from the literature available, have came up with the following solution, which only updates the first row, can anybody help
Dim R As DAO.Recordse
Set R = CurrentDb.OpenRecordset("Loan_Request"
Do Until R.EO
If [Field_Name] = "X" The
[Blank_Field] = "Y
Els
[Blank_Field] = "N
End I
R.MoveNex
Loo
Dim R As DAO.Recordse
Set R = CurrentDb.OpenRecordset("Loan_Request"
Do Until R.EO
If [Field_Name] = "X" The
[Blank_Field] = "Y
Els
[Blank_Field] = "N
End I
R.MoveNex
Loo