Search results

  1. F

    Null error 94

    The code for writeLog is Private Sub Comando56_Click() 'Comando para novo registo DoCmd.GoToRecord , , acNewRec 'Comando de Log de actividade On Error Resume Next Call WriteLog("INSERIR PEÇA", Nz(Me.Texto694.Value, 0)) The module that writes on log Function WriteLog(strEvent As String...
  2. F

    Null error 94

    I tryed you soluction but didnt work for me. I need to retreive the value of the textbox694, with your soluction it returns only 0. Any ideas?
  3. F

    Null error 94

    Hi everybody Im trying to pass a value from a form to a table using this code Call WriteLog("INSERIR PEÇA", Me.Texto694.Value) I tried and access is running fine with the label "INSERIR PEÇA" however Im trying to chose a auto number in text box named "Texto694". Does anyone know what Im doing...
  4. F

    Load attachments via VBA

    Do you get a chance of looking at my project? Im really stuck
  5. F

    Load attachments via VBA

    Well the auto correction on iphone is sh*t:eek:, that why you didnt understand. Lets rephrase The reason for moving files is that i take a picture of a part and Then i need to insert the memory Card in the computer. I would prefer that filedialog opens on h: letter of memory Card. And copy to...
  6. F

    Load attachments via VBA

    Ter reassina for moving files os that i take of a part. and Then i need to insert the memory Card. IN the computer. I would prefer that filedialog opens on h: leter of memory Card. And copy to the externam drive and not have to rename ir move outside of ms access
  7. F

    Load attachments via VBA

    When matte im going out of the enterprise and go home continue working on the database. Tomorrow we continue talking about it, if you get a chance take a look on the project already made so you can tell me things to change. Thanks for support
  8. F

    Load attachments via VBA

    I can work with path if we define the database to automatic move the files to the pre determined path. If you think its better i trust you, because i think that when the database have 80.000 parts if the photos are attachments could become very slow or unresponsive. Its possible to the access to...
  9. F

    Load attachments via VBA

    I already have more than one and i try save the record and nothing weird or different had happened. I think it can be single form no problem. How can i make the attachments to show up horizontal? When i double click in the attachment is possible to maximize the windows for easier visualization...
  10. F

    Load attachments via VBA

    And if i change the default view? I change to single form and looks like that anithing changed. Could change without unexpected actions the default view?
  11. F

    Load attachments via VBA

    Did you get a chance to view my project?
  12. F

    Load attachments via VBA

    Is set to Continuous form:D What's the difference between single and continuous form? I didn't find the advanced to upload the project
  13. F

    Load attachments via VBA

    I cant upload as you said. The form is defined as Dynaset. Im uploading to another source and send you the link. Link to database: http://www.megafileupload.com/hl9J/SOCAR_TER%C3%87A_30_06_12_00.accdb
  14. F

    Load attachments via VBA

    I can make a video show you and explaining what i need to do and why. I need that after the form shows all photos to when i double click the photo to maximize it for viewing. Just need to use the command maximize? My father and i talked about the possibility that we can make a few donations and...
  15. F

    Load attachments via VBA

    It could be a solution. I think its a single form. But I don't know how to use the OLE Object Data type to create a view horizontal. Right now the code is copying the photo or the path? I agree with your idea, but can i program it to save the path but copy the files from the Photo machine SD...
  16. F

    Load attachments via VBA

    I only need to be able to see the 8 photos in the form, i can use your solution. I tried to change the view property to see more photos but i cant find the solution. I'm not kidding about the donation. We help who help us.
  17. F

    Load attachments via VBA

    Just for saying to you that im daoing this database for my family bussiness so we are happy to when i finish this project make you a donation. You deserve it
  18. F

    Load attachments via VBA

    Because i tough that it was the right way to do it. I need to see the 8 previews at same time. Im putting a print screen to see what i have. I think that you will have an idea what im saying. If you teach me how to put one box showing all of 8 photos can be a simple solution
  19. F

    Load attachments via VBA

    Well now is uploading right the way i wanted but i have 8 attachment fields that can be populated with photos. Do you have an ideia how to upload the max of 8 photos at once? I need it to be that way to make after another button for download all populated photo fields at once
  20. F

    Load attachments via VBA

    I put "Set rsAttach = .Fields("Anexo412").Value" but same mensage error. Cant find item in collection. I guesse i change it as you said. Youre the man. Im putting preview foto name and not the collumn on the table. Now is uploading right. Im gonna test the multi upload now to see if is doing right
Top Bottom