On a form the user can restore data from a database which contains all the tables of the original database. This is done by:
Sub Restore_Click()
On Error go to Fehlerbehandlung_Restore
Dim Name, Cancle As Boolean
Name = Left(CurrentDb.Name, Len(CurrentDb.Name) - Len(Dir(CurrentDb.Name))) +...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.