Search results

  1. M

    Solved Adding attachments to a form

    Thanks for your advice, Moke123 but it won't work for me. I have quite a few documents that are relevant to each dog and this is the best way I can add them to a specific dog.
  2. M

    Solved Adding attachments to a form

    Thank you for your advice, June7. I've decided to get rid of the picture frame which eliminates the error. I should've thought about that earlier 😊
  3. M

    Solved Adding attachments to a form

    That is the error I'm getting as well. I'm not familiar how to step debug code.
  4. M

    Solved Adding attachments to a form

    I didn't see that and it seems to be the problem for that one. Thank you, you're a genius. Will you have a look at the document sub form as well, please?
  5. M

    Solved Adding attachments to a form

    Hi June7, thanks for your reply. I removed the data in the MyPicture field. You can attach any jpg file for testing.
  6. M

    Solved Adding attachments to a form

    Hi everyone. I want to add photos and documents as attachments into my Dog's Profile (frmDogProfile) I acquired code from a guy whom I did my initial Access Training with but he doesn't offer any support. I struggled a few days to get this far and I have finally ended up with two issues. 1) I...
  7. M

    Solved Update field in table with value in Combobox

    Thank you GPGeorge, the result is exactly what I want. I still have a lot to learn, hope I'll get there one day 😊
  8. M

    Solved Update field in table with value in Combobox

    Hi I'm slowly trying to get into vba but I need help, please. I'm trying to update the DefaultVetID field in tblDefaultVet to the value of the Combobox in the form frmSelectVet. This is done in the After Update event of the Combobox but the reference to the Combobox is incorrect. The value...
  9. M

    Solved Sending Email to recipients from Listbox

    Thanks, I'll see if I can get that to work.
  10. M

    Solved Sending Email to recipients from Listbox

    It is working, thank you so much! Can I add a HTML file as the Body instead of adding the text in the code? What would the code look like?
  11. M

    Solved Sending Email to recipients from Listbox

    Thank you!
  12. M

    Solved Sending Email to recipients from Listbox

    Thank you for your reply. I'm not sure where to apply that. If you don't mind, I need some more guidance, please...
  13. M

    Solved Sending Email to recipients from Listbox

    Hi there I have a Listbox on my form with the name and email address. The email address is in column 1. Listbox name is ContactList I want to send the same email to a few selected recipients from the Listbox. I get as far as to Display the Email Message but it has a 0 in the place of the...
  14. M

    Add Signature to Email body

    I don't understand all the code, unfortunately 🤔
  15. M

    Add Signature to Email body

    I looked at a few threads regarding this subject and this is what I came up with. Some of the examples that were given are too complicated for my understanding, eg attaching the actual signature.html file. This code works perfectly up to displaying the email but I can't get the signature to...
  16. M

    Solved Date() function in Query

    It worked before and I couldn't see what went wrong. I imported the query again from a previous backup and it's working now. Thank you!
  17. M

    Solved Date() function in Query

    I'm using >Date() function in a query to display records greater than today's date. It results in zero records. What am I doing wrong?
  18. M

    Force page breaks in a report

    Not sure what you mean, Doc, but I got it working!
  19. M

    Force page breaks in a report

    Thank you Kindly, June!
Back
Top Bottom