Search results

  1. G

    NASA Study Indicates Antarctica is Gaining More Ice Than It's Losing -

    I start to think that all we know, is wrong or they missed the timestamps by a lot of years. What is the meaning of history if it is not accurate or true ? Everything is based on a guess or estimate. Why should we accept that as correct and true ?
  2. G

    same error is 2 queries

    Long time I used Access, but since you are doing a sum, why isn't there a group by in the query ? You either put only the 'sum' in the select, or use a group by. (I think)
  3. G

    Flying aircraft carrier?

    Not so real for me. I see to many issues. Landing a jet on a boat is already difficult. I can't imagine how landing on a flying aircraft (at 800miles/h) The incoming jet has to catch-up, then match that speed to perfection in order to stop. (how to you manage that ? Like you catch the wheel and...
  4. G

    The antidote to "no longer set"

    Totally agree. But still it all depends who is the reader. We (or I) make documents for people who had a similar school-degree. That is also a reason why pair-programming has been used a lot. You can give feedback and have less of that auto-correct mentality.
  5. G

    The antidote to "no longer set"

    But where to you draw that line ? I here have a senior IT colleague who creates help-files. Yes, help-files can be useful with a lot of useful information for new persons or when you forgot something. But the help-files start to be in the form of : * link to an article 1) clic on link above...
  6. G

    Solved How does this work?

    The function is also public so, good question. It can be useful when using private functions. https://docs.microsoft.com/en-us/office/vba/access/concepts/error-codes/program-with-class-modules Other than that, to show some 'best practices' in a demo project ?
  7. G

    Solved How does this work?

    I don't think in VBA this is an issue. As shown in the picture, ErrorHandling is a class and the Public eh As New ErrorHandling will always run. Even if that line failed, it is save to say that you cannot open the file. If for some odd reason, the instance got destroyed, it is still not really...
  8. G

    We Need Nuclear...

    but that is the catch. There are studies (not sure how accurate or true it all is) but they claim that to make 1 80 kWh battery, you need around 155 GJ of energy that = 43022 kWh. Later in the study, they compare it to the average Belgian household that consumes 3500 kWh /year... I recall to...
  9. G

    We Need Nuclear...

    I can't read the article, but in any case, everything we build now as an initial cost of nuclear power/resources. And that is what people forget. Yes an electrical car is nice and without emissions, but did they count the emissions needed to actually make those cars ? And any pollution coming...
  10. G

    We Need Nuclear...

    Or, since the earth is round (and turns) make a belt of solar panels so that at any times, half are in the sun. (Can even put some satellites in space to redirect sunlight for even more powerful panels.) If SpaceX can do it for internet, sure someone can do it for endless energy too no ?
  11. G

    We Need Nuclear...

    I mean the bicycles. You know, people coming home from work riding at 6km/h smoking and throwing shit on the ground
  12. G

    We Need Nuclear...

    Let's use some low budget rocket to just dump all our waste into space no need for a target. Once it is gone out of the milky-way, not our problem anymore. We see a lot a people tossing their cigarettes out the car/bike. I wonder what their thoughts are when they do that ? Don't they feel bad...
  13. G

    Solved UNION QUERY.

    And this is a good example on why it is important to normalize a database. You could have avoided the union if you added a table for all the employees, a table for the companies, a table for the vacations and a table for the FinalExits. All linked with ID's and you can select any employee with...
  14. G

    Solved Exercises for if elseif else ...

    Agree with this, but why in any professional code, you would want to do that ? Why is a location depending of the velocity ? (I know it is an example) If you have have different expressions to check, split them and make them easier to read. That is my opinion of course ;)
  15. G

    Get off my property

    What you describe about USA an "states' rights" is kind of similar here in the EU. The EU make some rules about stuff, all countries need to follow that rule. But each country can have their own rules too about other stuff. So in Belgium, you can drive max 120 km/h on the freeway. In France, the...
  16. G

    Get off my property

    Hehe, don't worry. I always keep an open mind about other cultures and countries. Even Virginia looks nice to visit :p Always fascinating to meet new people.
  17. G

    Get off my property

    I didn't had any police problems no. But when they pull you over, it is always for a reason (because why would they pull you over ?) Most of the times it is to check of you have a driver's licence, insurance still valid and all that stuff. If I start yelling that they cannot see those...
  18. G

    Get off my property

    Yeah, sorry for asking haha. I am well aware of the Chevy vs Ford stuff. Yet for me (a car = means to get from point A to B) it is funny to hear stuff like that. But also nice to read some insides on the 'Get out of my property' subject. I watch a lot of things on Youtube and to be honest, it...
  19. G

    Neat trick?

    Well it is documented in the Microsoft docs : https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/mid-statement But using stuff like that is dangerous. It will always replace the 12th character with an 'O'. Your first example will be wrong : 02/26/2006N191...
  20. G

    Get off my property

    I can agree that if they are drinking in Praque, it is like water for us xD How about Fords ?
Back
Top Bottom