J
Jim Shortslef
How would I write an error trap to avoid a "No Current
Record" error for the rst4.MoveFirst line of code below?
When this error occurs I would like to jump to below the
End if code.
Set dbs4 = CurrentDb()
Set rst4 = dbs4.OpenRecordset("qry_LocCheck")
rst4.MoveFirst
If rst4.Fields(CTrt).Value > 0 Then ......
End If
Record" error for the rst4.MoveFirst line of code below?
When this error occurs I would like to jump to below the
End if code.
Set dbs4 = CurrentDb()
Set rst4 = dbs4.OpenRecordset("qry_LocCheck")
rst4.MoveFirst
If rst4.Fields(CTrt).Value > 0 Then ......
End If