Search results

  1. D

    Solved Problem with continuous form

    Well, just put a transparent button above the image and it worked beautifully! Thanks again for all your help! I really appreciate it! And sorry if my english isn't the best and make some mistakes... Not my first language! I'll mark this thread as solved! Wish you all a great weekend!
  2. D

    Solved Problem with continuous form

    Guys now i feel real bad… I’m on my phone and when i clicked in the mail link it took me to the second page and didn’t noticed that, só just realized that i missed a couple of posts from you guys… 😓 I’m realy sorry! But i did use the debug.print as @Gasman sugested! (It have always 2) But just...
  3. D

    Solved Problem with continuous form

    Sorry… My bad! Should have said that it’s an image… 😢
  4. D

    Solved Problem with continuous form

    Right! I was just wondering it might be the image! (was typing preciosa post and only saw this one after submiting…) i’ll put a button instead of an image… thanks guys! You were an amazing help!
  5. D

    Solved Problem with continuous form

    I did it… always passes 2… but i was thinking… maybe the button (which is a simple image) is “hardlinked” to the first record of the recordset? I had to leave work and can’t work on the DB now… But i’ll get to it soon… thanks you all for the help!
  6. D

    Solved Problem with continuous form

    Nope... Still the same... It's driving me crazy! 🤧
  7. D

    Solved Problem with continuous form

    No... The form is clean of any code... The problem isn't with the form that i open. The problem is that the button isnt't getting the current record ID. It gets the first ID that the recordsource gives (the 2) and passes this value always instead of the correct one for that particular record...
  8. D

    Solved Problem with continuous form

    Hi theDBguy! Thanks for the feedback. It's all ok... The IDs are there... But it keeps opening in the ID=2
  9. D

    Solved Problem with continuous form

    Hi all! I'm having a problem that i really can't figure out why it happens (my bad of course...) I'm making a database to manage properties and there i have a form to search the properties, like this: The list of properties is a continuous subform that has the address, the view button and...
  10. D

    Problem with seting cell formula through vba

    Hi there! I'm getting crazy with a code i wrote to set a formula on a cell through vba. I have a workbook with as many sheets as the days in the month. in each sheet i have a table with 3 columns: client, address and value. When i change a value in the first column (selecting from a validation...
  11. D

    Change Border color of Form

    Now that i looked at it, the color of the form borders is the same as the color of Access... This means that it's coming from the main application?
  12. D

    Change Border color of Form

    I tried that... Didn't work... When i open the second one, this one keeps in front even if i set the focus for the 2nd in the event of the first. If the user clicks in the second it will gain the focus, but i wanted it to be automatic. But didn't try to set the modal property for the 2nd...
  13. D

    Change Border color of Form

    Indeed it's a custom designed form. I designed it. But it has a border. it's border style is set to "Dialog" as you can see in the screenshot below. I also tried with "Thin" border style, but the result was the same. I also thought about the themes and changed the theme of the database, and the...
  14. D

    Change Border color of Form

    Good morning. I have a problem... I can't figure out how to change the border color of the forms i have... In the screenshot below the border is dark pink... And i don't want that. Does anyone know how to do this since there is no border color property for the form? Thanks
  15. D

    [Solved] Send mail from VBA

    Thanks to all that helped me... This thread is now Solved...
  16. D

    [Solved] Send mail from VBA

    Thanks a lot! I'll take a look.
  17. D

    [Solved] Send mail from VBA

    Thanks Uncle Gizmo. I appreciate the offer and, if you can, i would like to have that copy, yes!
  18. D

    [Solved] Send mail from VBA

    vba_php, Sorry if only now i'm answering, but had a pretty busy day here at work. It doesn't work if i put the no-reply@gmail.com in the ReplyTo or From properties. It tries to send but always recieve an error message from google server saying that the account doesn't exist. Of course that, in...
  19. D

    New member here...

    Thanks
  20. D

    [Solved] Send mail from VBA

    In CDO there is a ReplyTo property... there isnt't in the OOM... But there's in fact a sender one... Unfortunately it's only used in a session where multiple accounts are defined in the profile. You can't assign an external mail here...
Top Bottom