Search results

  1. C

    update table

    Hello, I have the bellow code, I need put in the table the missing lngNumber. How I do that? Tabdados = table cód = ID I want to query about the record missing. thanks cesar Public Sub MissingNumbers() Dim rst As DAO.Recordset Dim DB As DAO.Database Dim strTable As String...
  2. C

    Rename file to txt

    Hi, Does anyone know how to rename a file.ret to file.txt. I tried this above code, but I get error. I Would to change extensions to txt several files automatic. One help would be great thanx cesar 'Dim strpth, strnewpth 'Dim strfile 'strpth = "c:\ajustetxt\" 'strfile = Dir(strpth...
  3. C

    editing txt before import

    I've got a txt file I want to import using the Docmd.importtext but I first need to delete the following text string '+'and '-'. If I do this manually i can get it to work but I need to do it from VBA. I need to alter the text file into and then save it. the txt file...
Back
Top Bottom