I have the following code i would like to run every 5 minutes
DoCmd.RunSQL "DELETE * FROM data;"
DoCmd.RunSQL "DELETE
DoCmd.RunSQL "DELETE * FROM data;"
DoCmd.RunSQL "DELETE
- .song1 FROM
WHERE ((- .song1 = ""!F:""))"
DoCmd.RunSQL "UPDATE list SET list.song = Mid([song],2)"
At the moment the code is on command "button19"
Q. How would this be achived using vba? And where would the code go?
- .song1 = ""!F:""))"