Guest User

Untitled

a guest
Nov 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ilosc = 0
  2.  
  3.  
  4. Set zb = CurrentDb.OpenRecordset("ROZKLADY")
  5. i = 0
  6. zb.MoveFirst
  7.  
  8. Do While Not zb.EOF
  9. If zb!NR_SALI = Me!NR_SALI Then
  10. j = j + 1
  11. End If
  12. zb.MoveNext
  13. Loop
  14.  
  15. ilosc = j
  16. MsgBox j
Add Comment
Please, Sign In to add comment