How to run any file from MS Access VBA
Use ..
Private Sub Form_Close() Dim strFile As String strFile = "target file .. like c:\x.txt" Shell strFile End Sub
by: Amr Abdeen
by Amr ·
Use ..
Private Sub Form_Close() Dim strFile As String strFile = "target file .. like c:\x.txt" Shell strFile End Sub
by Amr · Published March 28, 2015
by Amr · Published March 28, 2015
by Amr · Published March 29, 2015