Search results

  1. R

    Attachments not saving

    I looked at your code snippets. Some good stuff I will likely use in the future, but nothing that I can see that applies to my immediate issue. Thanks much for the help!
  2. R

    Attachments not saving

    Okay, just so I don't leave everyone hanging, here's the code and a brief description of where I think the problem lies. With Me.Recordset rstOwnerAttachment.Edit rstSecond.AddNew x = rstVehicle.RecordCount If x > 1 Then rstSecond.Fields("FileName") = rstVehicle.Fields("FileName")...
  3. R

    Attachments not saving

    UPDATE: Thank you all for your questions. Each of your responses (and a good night's sleep to think on it) added a little bit in bringing the problem into focus. Although the problem isn't solved yet, your questions have given me guidance in troubleshooting and you have helped point me in...
  4. R

    Attachments not saving

    Okay, not sure where to post this, under forms, tables, general... So just going with Tables. Anyway... I am writing an access database for my job at a Condo Complex. I am learning as I go, so I am sure there is a lot of sloppy non-standard programming. Please forgive. My problem is that...
Top Bottom