Is there a realtime monitoring option/screen in Windows 2003 or an addin that will do the same?
Monitor:
- ftp activity - Users - files being transfered, etc
- http - page requests, etc
- Terminal Services - session - Users, time on, activity,etc
It would be great if this was realtime...
Try:
intValue = DLookup("Field1", "Table1", "Field2=" & Me.Ctrl1 & " AND Field3='" Me.Ctrl & "'"
The 'AND' needs to be part of the Where Clause / Condition.
Try the function below. It's worked for me to create my own random key. I've never had any dupes.
Function GetGUIDRnd ()
On Error Resume Next
Dim z As String
Randomize
If Rnd(-Timer) < .5 Then
z = "-"
Else
z = ""
End If...
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.