Recent content by freddykat

  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...
Back
Top Bottom