CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    6

    transfering or converting databse

    I want to convert an .xls file to access database.i have tried using docmd.transferspreadsheet but it failed.so please help me and tell me other ways of doing it
    thanx in advance


  2. #2
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632

    Re: transfering or converting databse

    Try to import *.xls to *.mdb using Insert - Table - Import Table in Access.

    Vlad


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured