I want to be able to create a text file in Access and write a message when an macro query is completed.
Is there a way to do something like this?
For example:
Query1
Do something
....
end query2
"Query1 has completed" < ----- This statement gets written to Text file
Query2
Do somehting
....
end query2
"Query2 has completed" <-------- This statement gets appended to Text file
Query3...
....
Is there a way to do something like this?
For example:
Query1
Do something
....
end query2
"Query1 has completed" < ----- This statement gets written to Text file
Query2
Do somehting
....
end query2
"Query2 has completed" <-------- This statement gets appended to Text file
Query3...
....