G
Guest
Another Question
I want to crate a log of activities occuring via my vba cube. I have a table called 'Log' which I want to write this information too. How do i do it
Function WriteLog(MyText, myTable, mySpec, myFile, myStatus
'creates log of file importatio
Dim myDat
myDate = Now(
' need to append record (MyText, myTable, mySpec, myFile, myStatus, myDate) to table (Log)
End Function
I want to crate a log of activities occuring via my vba cube. I have a table called 'Log' which I want to write this information too. How do i do it
Function WriteLog(MyText, myTable, mySpec, myFile, myStatus
'creates log of file importatio
Dim myDat
myDate = Now(
' need to append record (MyText, myTable, mySpec, myFile, myStatus, myDate) to table (Log)
End Function