I have designed a table, which have user name, machine name, current date, time and event description
The first three doesn’t have a problem as they can be retrieved by
Environ(“username”)
Environ(“computername”)
Date()
But my problem is in the last one; Event Description
What I want to do is...