Search results

  1. Cronk

    Tesla Full Self Driving is Nearly Here!

    There's driverless trains running for some years in my city. What proportion of your car(s) are spent parked? I'd guess and say on average more than 23 hours a day. With driverless cars, there would be no need to own a car. One could pick you up anywhere and take you where you want with no...
  2. Cronk

    Tesla Full Self Driving is Nearly Here!

    And with all cars eventually being autonomous, pedestrians can cross the street or highway knowing cars will give way.
  3. Cronk

    Oh baby, baby...

    I don't think anyone who has not ridden would fully understand the descriptions in the book.
  4. Cronk

    Another Access Legend Has Left Us.

    I met him once at a Microsoft convention in 1999 where he was a co-speaker at an Access session. My impression of him was a humble man who cast a big shadow.
  5. Cronk

    when updating the description of a part then create ECN report showing which products it has effected

    You're missing something - a join table between your products and parts. In your post #3, the same part appears multiple times eg ProductDetailID 2267,1167, 542, 580 etc If ProductID 904 had 3 of PartID 204, the join table would have an entry ProductID with 904, PartID 204 and a Quantity of...
  6. Cronk

    Flight Card Database Design/Revision Suggestions

    There are some redundant fields. Total Time can be derived. Also, I would guess, the fact of the flight being in Overtime would be determined by Flight Arrival/Departure times. I'd have all the crew/passenge in a separate table including the Captain
  7. Cronk

    Post things men do

    Play with expensive toys. The difference between men and boys is the price of their toys. The difference between men and the politicians is that they play with people and like bigger and better armaments.
  8. Cronk

    Oh baby, baby...

    Anyone read Zen and the Art of Motorcycle Maintenance? There's one bit in the book on the difference between motorcycling and travelling in a car. The former is where you're part of the landscape, can smell the grass and trees whereas in a car you're in a bubble and looking at the surroundings...
  9. Cronk

    Email attachments with reports

    Yes, don't save the PDF file in your DB. Save it as a PDF in a sub folder and if necessary save only the name of the PDF in your DB.
  10. Cronk

    Solved highlight missing stock numbers

    Why do you have 2 tables? The table StockNumber is repeats one of the fields in the other table.
  11. Cronk

    open form on specific record through listbox filter record issue

    The recordsource for frmTransactionsMain is set for Transaction type 1. When you try to open it with a Transaction type 3, there will obviously be no records.
  12. Cronk

    Solved Open a form in dialog mode by clicking on the text of a textbox

    Sorry. What I meant was Why would you want to pull up the same dialog form with the same message every time anyone clicks in that text box?
  13. Cronk

    Solved Open a form in dialog mode by clicking on the text of a textbox

    Why would you want to pull up the same message box every time anyone clicks in that text box?
  14. Cronk

    Solved Option group values visibility

    Use enabled for the option selections to grey out some of the options but keep them visible select case me.openargs case is = "Receipt" me.option1.enabled = true me.option2.enabled = true me.option3.enabled = false me.option4.enabled = false me.option5.enabled =...
  15. Cronk

    Slow Access Split Database on network issue

    I'd say that needs to be qualified. Agreed when users are sharing the one FE. However, there are circumstances where users do not have a C drive on which to store the FE. One is where corporate IT blocks Access dbs from running on C drives. Another is working remotely via thin wire...
  16. Cronk

    Photo okay aa.. Need an Honest Reply...

    Too harsh. For those trying not to be drunks.
  17. Cronk

    Oh baby, baby...

    If the Water Cooler forum can accept posts on Genital Mutilation and Sexual Orientation, then motor cycles is pretty tame.
  18. Cronk

    Another measurement significantly improved!

    A letter writer to the local paper has come up with the brilliant idea of mounting a fan on the bonnet of EVs to generate electricity.
  19. Cronk

    Solved How can I just create a Folder in Documents without any OneDrive Extentsion

    mkdir "c:\users\" & environ("username") & "\documents\xxx- xx2"
  20. Cronk

    Oh baby, baby...

    @NauticalGent, hope you like it. Let's know your reaction. @Jon, I remember the smell of freshly cut grass or trees in blossom when on a bike. Doesn't happen when in a car or greatly reduced. Memories, ah...
Back
Top Bottom