Search results

  1. pbaldy

    Solved Dmax not working

    You've reversed the arguments: https://www.theaccessweb.com/general/gen0018.htm
  2. pbaldy

    Hi, Introducing myself

    Welcome aboard!
  3. pbaldy

    MS ACCESS connect to SQL server BE: Authentication Prompt every time I attempt to

    I've been using DSN-less linked tables for awhile, but if memory serves when you link a table via the ODBC data sources, there's a checkbox somewhere along the line that lets you save the password.
  4. pbaldy

    Hello! From one huge nerd to another!

    Welcome aboard!
  5. pbaldy

    Code for sending email 'transport' error

    Working code with personal bits removed: Option Compare Database Option Explicit Const cdoSendUsingPickup = 1 'Send message using the local SMTP service pickup directory. Const cdoSendUsingPort = 2 'Send the message using the network (SMTP over the network). Const cdoAnonymous = 0 'Do not...
  6. pbaldy

    Code for sending email 'transport' error

    It does not work for me, using my creds and From address.
  7. pbaldy

    Code for sending email 'transport' error

    I use Daniel's code with O365: https://www.devhut.net/vba-cdo-mail/
  8. pbaldy

    32 bit Access vs 64 bit Access - HELLLLLP!!!!

    The only way to get an accde to run on 64bit Access is to create it with 64bit Access. Do you have a computer available with that?
  9. pbaldy

    Return an empty register

    Is the subform's Allow Additions property set to No by chance?
  10. pbaldy

    Old dude, need to retire...

    Welcome aboard!
  11. pbaldy

    The Covid cure has arrived!

    I've only scanned the article, but I don't see the connection to Covid. They mention a freeze in screenings that started in 2012.
  12. pbaldy

    Hello

    Welcome. FYI I moved your thread out of the intro forum.
  13. pbaldy

    Which Office / MS Access Version?

    I would have stayed with 32bit in the Vegas office but IT there went to O365 64bit for all the users, so I had to switch as well. I think it (the 64bit decision) was because of a few heavy Excel users, but I'm not really sure. As we all know it doesn't really benefit Access.
  14. pbaldy

    Which Office / MS Access Version?

    I develop for operations in 2 cities. In one I have 32bit 2016, in the other I got forced on to O365 64bit. The 64bit conversion wasn't bad, but I hate being on the bleeding edge updates-wise. I've already been bitten by a couple of update related bugs.
  15. pbaldy

    Rational vs. irrational reporting

    I have no knowledge on the subject, but I would speculate that military aircraft need the ability to turn it off if, in a combat situation, it would broadcast their location. Not good if the enemy can see where you are. That said, I can think of no reason it should have been off in this situation.
  16. pbaldy

    Rational vs. irrational reporting

    If you're asking me, no clue. I haven't seen the video of the crash. Whether they did or not, I think it was premature to blame DEI and by extension the controller. If that's what the evidence points to later, okay. And not just that the controller was at fault, but that they were a DEI hire...
  17. pbaldy

    Rational vs. irrational reporting

    Frankly I think Trump jumped the gun. I haven't paid close attention, but the reports I've heard said the air traffic controller advised the helicopter of the incoming jet, asked if they saw it, and told them to avoid it, apparently without response. The helicopter pilot had to know they were...
  18. pbaldy

    Hello AccessWorld,

    Welcome George!
  19. pbaldy

    Failsafe ways to open Access and run a macro and close

    I have a number of automated processes running. I had similar experience and used the same workaround, but for a number of years I've been able to just call the accdb/mdb directly. Not sure what changed or when.
  20. pbaldy

    alternative to snipping tool?

    Another vote for Snagit, though I haven't tried the built-in snipper for some time.
Back
Top Bottom