G
Guest
I built a time card fomr in my app and I'm trying to filter the field
[logingid] so that the current user can see only his/her time cards.
However, for some reason, the cose I oput in form's OPEN even is not
returning any records:
Private Sub Form_Open(Cancel As Integer)
Me.Filter = Me.LoginID = CurrentUser()
Me.FilterOn = True
End Sub
Any ideas?
[logingid] so that the current user can see only his/her time cards.
However, for some reason, the cose I oput in form's OPEN even is not
returning any records:
Private Sub Form_Open(Cancel As Integer)
Me.Filter = Me.LoginID = CurrentUser()
Me.FilterOn = True
End Sub
Any ideas?