Search results

  1. Mike Krailo

    Trump Administration Predictions

    They have the right goal in mind. Speeding up the charge time to 5 minutes or less is the key. I'm sure Tesla will get similar battery tech as well but will have a much better overall designed car. I would never buy one of those BYD's no matter the price, but neither will anyone else once the...
  2. Mike Krailo

    Solved What's up with not being able to post simple replies?

    I did not know that Doc. How many posts does one have to have before that restriction goes away?
  3. Mike Krailo

    Not sure how best to display the information

    It's not wrong if you want to do it that way and it suits your requirements. I do it all time and there is no issue with it at all. I understand your point of course, and that is another way of doing it. Set it up however you desire, but there is nothing inherently wrong with it.
  4. Mike Krailo

    DOGE

    Pat, there is a big problem with the public in general forgetting what happened or was said in the past. This is why we need to remind everyone about all this stuff when it comes to election time again. People will forget and then they will have to rely on the top search results in Google. Look...
  5. Mike Krailo

    Solved Combo Box will only work if Access is not minimized

    Very interesting. I see what you mean now. This is not an actual switchboard, it's just a form you are using to launch other forms. The click event is not firing when the application window is minimized in the manor you are doing it. All I did was delete the autoexec and use the standard open...
  6. Mike Krailo

    Solved Combo Box will only work if Access is not minimized

    Have you looked at Collin's work on hiding the application interface? Also, is the form that you are trying to launch also a popup form? If it's not, then it will only be visible when the main application window is also visible.
  7. Mike Krailo

    Trump Administration Predictions

    The main reason I'll be a buyer of Tesla is that there will be an inevitable jump in battery technology and when the cars can be built at a more reasonable price for the average consumer, they will have a lot more sales. I fully expect the price to go well past the current ATH of 436 in five...
  8. Mike Krailo

    Trump Administration Predictions

    Kid Rock did it the right way without destroying anyone else's product, he did it to his own product. That's a huge difference between vandalizing a business or other peoples property that support the business. I never liked that beer to begin with so I never bought it. If the price of Tesla...
  9. Mike Krailo

    Trump Administration Predictions

    Perfect analogy AB.
  10. Mike Krailo

    Solved Form jumping around in records when i field is typed

    You can put some If Me.NewRecord Then logic in VBA to make it stop doing whatever you are currently doing. Check the On Current event.
  11. Mike Krailo

    Problems once a record is retrieved to a form

    Don't do that. To troubleshoot, I would just go straight to code using Alt-F11. From there, open the page code for the form you are opening and see what events are being used. Maybe put a break point at the start of the On Open event or On Load event, whichever is being used. There has to be...
  12. Mike Krailo

    Problems once a record is retrieved to a form

    Did you try to do the Shift-Bypass on the database? When you launch the database, hold shift key and then double click the file to open it. This bypasses any startup code that might be affecting things adversely so you can troubleshoot the problem.
  13. Mike Krailo

    Judicial Tyranny

    Since Trump is not running for re-election, he should not be so quick to comply with any rouge misguided activist judges that are concerned more about terrorists than the American people. They obviously don't care about the deportee's. Their only purpose is to interfere with the speed of the...
  14. Mike Krailo

    Not sure how best to display the information

    In your junction table, you probably want two more fields for the ContactName and CompanyName. Then in the after update of the combo on the subform, those two fields get populated depending on the contact you pick. So your new form looks like this. I updated the backend so you have the many to...
  15. Mike Krailo

    Judicial Tyranny

    Let's see, the judge ordered the plane to turn around. It ran out of fuel and everyone died due to the judges order. Guess he didn't think that order through. I saw Mark's piece Steve and has some really good points. At what point does the president get to be the president?
  16. Mike Krailo

    Expel Wayward Republicans from the Senate?

    Complements of Bad Kitty Unleashed over on X Is there a more compelling case of conflict of interest with this judge or what?
  17. Mike Krailo

    Expel Wayward Republicans from the Senate?

    I'll bet that judge thinks he has the power to do whatever he pleases. Good luck with that. He has less power over Trump than the strength in my little finger. Impeding the presidential duties to protect our country and it's people will not be tolerated. We have already been over this before. He...
  18. Mike Krailo

    control variable

    Post your original working code.
  19. Mike Krailo

    control variable

    RetAmt frm, txtPayment the txtPayment is not dimensioned anywhere that I can see in your code. That is the part that doesn't compile for me.
  20. Mike Krailo

    Trump Administration Predictions

    You're pretending like this has to be a declared invasion by country of some sorts and millions of individuals invading our nation doesn't apply because they all acted on their own. Call them whatever you want. The group only has to threaten our country and, there is no need for a foreign...
Back
Top Bottom