T
Tom via AccessMonster.com
Hello
Can somebody please provide me the code to record certain text (example:
error tracking) to a plain text file?
I want to programmatically open myErrorLog.txt and input text at the end of
the file. Something like:
Error: Error Message
Time: Time
Date: Date
Procedure: The Procedure and object which the error occured
Error: Error Message
Time: Time
Date: Date
Procedure: The Procedure and object which the error occured
and so on...
So the code should some how "see" where to input 3 soft-return characters and
the errror log....
Thank you for any help
Can somebody please provide me the code to record certain text (example:
error tracking) to a plain text file?
I want to programmatically open myErrorLog.txt and input text at the end of
the file. Something like:
Error: Error Message
Time: Time
Date: Date
Procedure: The Procedure and object which the error occured
Error: Error Message
Time: Time
Date: Date
Procedure: The Procedure and object which the error occured
and so on...
So the code should some how "see" where to input 3 soft-return characters and
the errror log....
Thank you for any help