compile error user defined type not defined
changing the code 'Dim fso As New FileSystemObject' to
Dim fso, fl helped in removing the error. The option allows me to backup my database but i cannot locate the database that i backup.
the full piece pf code is
Private Sub tools_Click()
Dim...