Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: iltis
  • Order by date
  1. iltis

    DoCmd.TransferDatabase does not work with Access - Runtime-version

    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))) +...

Part and Inventory Search

Back
Top