Hi experts,
I am trying to implement "audit trail" in my database to track data changed in some subforms and sub-subforms. I need to track the value for the subform prmary key so I will know what row of the subform data was changed. But I am having difficult to get the primary key value into...
wow thanks guys, it is now working beautifully. here is the code that works, hope it helps those who want to do the same:
If Not IsNull(varItems(y, x)) Then
If varItems(y, x) Like "*" & CurrentUser() & "*" Then
strReturn = strReturn & Chr$(34) & Left$(varItems(y, x)...
I am using a function to populate a listbox to show on a form a list of logged on users. If the user name is current user, I want to show "(You)" next to the user id. Maybe because I am not using the correct delimiters or wildcards, somehow I can't get the "(You)" next to the current users. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.