Search results

  1. S

    Solved SQL Error

    Without tags like?
  2. S

    Solved SQL Error

    Good morning, dear friends. I have this SQL statement, which gives me a missing operator error. Does anyone know what is going on? I appreciate your help. strSQL = "SELECT detinquilino.ArtigoMatricial, detinquilino.Fração, detinquilino.Data, detinquilino.OPeração, detinquilino.Entidade...
  3. S

    Solved Backup after 6x

    Thanks to everyone who helped me here. I thank Edgar, as the code he put in worked very well. Compliments
  4. S

    Solved Backup after 6x

    Good morning to everyone. There's only one logged. I'm going to try yours advices and then put my feedback here. Thank you
  5. S

    Solved Backup after 6x

    Yes. But i can i reset it?
  6. S

    Solved Backup after 6x

    Ok, i understand the idea. I think i can do that. But my problem: How do I make sure that when this happens the application goes back to 1 record and so on up to 6 and then starts again?
  7. S

    Solved Backup after 6x

    199 / 5 000 Good afternoon. Is it possible that every time I enter my application it registers and after 6 times I inform the user that it is necessary to make a backup? I appreciate the help, as I am still inexperienced in vba.Thank's
  8. S

    Solved Comand buttons on a form

    I had to make some adaptations to the code and it worked. Thanks a lot
  9. S

    Solved Comand buttons on a form

    Good morning. I apologize for my inexperience. I have a "Delete" command button on a form. I have another "Complete" button. After the "delete" button has done its job, it will be necessary to click on the "complete" button to finish executing the code. Is it possible that, after the "delete"...
  10. S

    Solved Kill a Folder

    Dear friend. Thanks a lot. Solved. Greetings
  11. S

    Solved Kill a Folder

    Good morning. Greetings to everyone from Portugal. I have a folder in c:\Patrigest\Properties. Inside this Folder, I have a Folder with subfolders. I need to, from time to time, delete this folder and subfolders. I tried several ways and... nothing. The folder does not delete. How can I do this...
  12. S

    Solved How many itens in folder

    Thank you. Problem resolved.
  13. S

    Solved How many itens in folder

    Good afternoon. I have a folder located in My Documents called "Backups". When I open the folder, I need it to inform me of how many backups are in the folder and, if there are more than 6, notify me to delete some. Thank you very much.
  14. S

    Solved Copy to Documents\Backups

    Thank you very much, friend. It worked perfectly. Very grateful. have a good day
  15. S

    Solved Copy to Documents\Backups

    Thank you, dear friend. What I intend to do is not to send the Backups to c:\Backups, but to c:\Documents\Backups. Thank you
  16. S

    Solved Folder not open

    Thank you Sonic8. Now is ok.
  17. S

    Solved Copy to Documents\Backups

    Unfortunately, dear friend, it didn't work. The return message says yes, but it didn't copy. It only works if you change it to c:\Backups.
  18. S

    Solved Copy to Documents\Backups

    Good morning. I solved one problem and was left with another. I have this code to copy the backups to the My Documents\Backups folder. However, I can only send it to c:\Backups. When I try to send it to MyDocuments\Backups, it doesn't work. I would appreciate your help. Thanks Public Sub...
  19. S

    Solved Folder not open

    Thank you Sonic8. Now is ok.
  20. S

    Solved Folder not open

    Good Morning. I have a pc asus On this PC I have a folder called "Backups", located in "My Documents". In an Access form I have the following command: Dim abre abre = Shell("explorer.exe C:\Users\Documents\Backups", vbNormalFocus). However, I discovered that it only opens the folder if I use it...
Back
Top Bottom