Search results

  1. 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.
  2. Mike Krailo

    Solved TempVars as Query criteria

    @cheekybuddha That was a darn good breakdown of what is actually going on except I think that first expression would have given nine or less records.:)
  3. Mike Krailo

    Elon Musk - Tesla - FSD

    If the road infrastructure was broad and robust enough (no where near having that anytime soon), all the self driving cars can be limited to special self driver lanes in the center section of the roadways. When the technology becomes superior, this would completely allow truck drivers to be...
  4. Mike Krailo

    What are the advantages of buying a TV instead of Monitor?

    The larger the TV, the further away from you it was probably designed to be viewed from. 85" TV is best viewed at about 8.6 to around 10 or 11 ft.
  5. Mike Krailo

    Elon Musk - Tesla - FSD

    The very first self driving cars worked pretty good.
  6. Mike Krailo

    Solved TempVars as Query criteria

    I Think Pat was talking about your post#5 You used a Year alias in the query.
  7. Mike Krailo

    Elon Musk - Tesla - FSD

    Now we need smart poles that get out of the way.🙃
  8. Mike Krailo

    Solved Copy to Documents\Backups

    Pretty sure the full path has to be used. So that would normally be "C:\Users\[USER_NAME]\Documents\Backups" If you use OneDrive on Win11, then it would be: "C:\Users\[USER_NAME]\OneDrive\Documents\Backups"
  9. Mike Krailo

    New price is not updated in the report

    What do you mean "put the unit price in the inventory item"? If you copied it there, of course it won't change. Your price table should always show the current unit price and your invoices should always show the price at the time of the sale (copied).
  10. Mike Krailo

    How the AI apocolypse starts

    Well those are just rules programmed in by humans. Self preservation doesn't emerge, it's simply programmed in. The programmer can't think of every possible scenario either. There are just too many possibilities. It is way more complicated for a programmed set of rules to prevent a human from...
  11. Mike Krailo

    How the AI apocolypse starts

    That's not really possible no matter how much knowledge is contained in the AI model. It has no real enforceable interface with the world that it can itself control at all. It only responds to prompts or does what it is told to do by humans. It doesn't make decisions that are not already pre...
  12. Mike Krailo

    Solved Dmax not working

    OP must have gone golfing for the day. As long as the form is a bound form, the solutions provided should work. Will just have to wait for a response.
  13. Mike Krailo

    RunTime error 2471 with DLOOKUP

    You made clear both field types are Short Text field types. If that is true, then the where clause part of dlookup must be enclosed in single quotes. My guess is you are not using a variable in the where clause as shown below. Please confirm yes/no. In post #1, you said this works and that's...
  14. Mike Krailo

    RunTime error 2471 with DLOOKUP

    Sounds like a table structure problem to me. All the languages should be stacked vertically, not accross in columns. I would assign each language a simple number based on another lookup table. Then in your languageTable, the structure would be ID, control name, controlType, caption, LangID...
  15. Mike Krailo

    Can you out perform ChatGTP?

    Yes, and since it works for you, then there isn't anything you need help with. You got it all figured out.
  16. Mike Krailo

    Should I Learn MS Access in the AI Era?

    I'm a horse according to the zodiac, my wife is Japanese and she is a dragon.
  17. Mike Krailo

    Solved Dmax not working

    You got the table and field reversed. I don't think this is a PK. =DMax("RecordNum","tblDemoTrans")+1
  18. Mike Krailo

    Should I Learn MS Access in the AI Era?

    I should have said position of the sun. But I'm pretty sure that's the most basic clock there is (looking up at the sun). Notice, in darkness there is no reference like there is in the day. This is what drove us to make such things as mechanical and eventually digital clocks. I do understand how...
  19. Mike Krailo

    Should I Learn MS Access in the AI Era?

    @KitaYama You forgot one. There is the simple counting of days thanks to the sun. Kind of like the North Korean people have to do. It would be really hard to tell time without light or movement of the planets and stars.
Back
Top Bottom