Search results

  1. J

    Browse drive for files

    Is there a componet that will allow me to browse a drive for files? If not is there a way to create one? I am trying to import a file, but I want to user to be able to search their computer for it. Please help. james
  2. J

    ADO not DAO

    cpod, Thanks, this is what I need. James
  3. J

    ADO not DAO

    I am using the below code in a module to access a table. How can I do this using ADO. The database is already open. I can not declare the ADO as a database. Dim MYdb As Database Dim MYrs As Recordset Set MYdb = CurrentDb Set MYrs = MYdb.OpenRecordset("select * from UploadInventory"...
Back
Top Bottom