Search results

  1. K

    Solved Grid performance in Cad

    Sorry for being dense. But I can't understand what "was inserted using a pattern" means. You mean, instead of having a sketch full of dots and put holes on each point (using hole wizard tool), you add a hole, and then create a pattern out of the hole? If you mean something else, do you have a...
  2. K

    Solved Grid performance in Cad

    To prevent the following thread going off track and possibly highjacked I will ask my question here: https://www.access-programmers.co.uk/forums/threads/what-pc-hardware-software-to-speed-up-microsoft-access.334909/post-1981149 @RonPaii Can you share the method? And possibly the CAD software...
  3. K

    Copy Pasting Queries

    Yes, I've ended up to this solution, but sometimes I hit ctrl+c out of habit and I should wait a long time or terminate Access from task manager. I simply thought there must be a reason behind this.
  4. K

    Copy Pasting Queries

    I need a new query(query2) to use for a specific situation. I know I have another query (query1), with a very similar structure of what I need. Instead of starting from scratch, I select query1, CTRL+C to copy and then CTRL+V to paste. This ends to having a copy of query1. I change the name of...
  5. K

    Seeking a Moderator for the Moderators

    Uncle, I reported your post. I like you and your posts and you've always been one of my favorite members here. But you can't talk to others like this. Specially as a mod. Whatever the reason be. Edit : Edited since the main comment was edited by admins.
  6. K

    Transgenders in Olympics

    Yes. But it was her first try. Later all Gold. And he had national level titles before transition.
  7. K

    Transgenders in Olympics

    @BlueSpruce Let me help you a bit. This is one of those cases: Laurel Hubbard's Athletic Career Highlights Pre-Transition: Hubbard competed in men's weightlifting events at a junior level in her 20s, setting national records in the men's category. She stopped competing for 15 years while...
  8. K

    Transgenders in Olympics

    I leave the judgement to you. I shared a link above. And again the same link here. Just tell me what you think. Preventing 900 medals go to trans is fair or not...
  9. K

    Transgenders in Olympics

    Sports use different competition formats because the physical factors that decide the outcome are different in each sport. Weight classes are used only where body weight strongly affects performance or creates safety risks. Sports without weight classes are generally those where skill, speed...
  10. K

    Transgenders in Olympics

    I'm sorry but It think I have some problem understanding your point. You mean because some biological female start body building to win, or have bigger body than a normal female, it's fine to allow trans female (men at birth) take part in female sports and dominate them too...
  11. K

    Transgenders in Olympics

    Here's my take: Trans women (male at birth) who went through male puberty are likely not going to be eligible for female category in many sports, especially at elite level, under forthcoming IOC/federation rules. Because their body belongs to the stronger gender. Trans men (female at birth)...
  12. K

    Transgenders in Olympics

    The Olympics officially bans all transgenders from competing in female competitions. I wonde if they cancel all the records made by them too. https://www.aa.com.tr/en/sports/transgender-women-to-be-banned-from-all-female-olympic-events-after-scientific-review-report/3740472...
  13. K

    Pat Hartman has left the building

    I think there's a difference between "caring for others" and "pleasing others". Maybe I failed to show how I think, even though I used "Care" multiple times. Can you guarantee that your idea of what’s right and decent is truly correct? Isn’t it possible that those who do wrong, also act from a...
  14. K

    Solved How to Update a recordset without a loop?

    I think it's the simplest way. Thanks for your time and help. I really appreciate it.
  15. K

    Solved How to Update a recordset without a loop?

    Thanks again for your time. I'll test both, first thing on Monday when I'm back to my desk.
  16. K

    Solved How to Update a recordset without a loop?

    Unfortunately it's not a filtered form, but a form with Data Entry set to Yes. I'm actually using the method you explained in other forms. For this specific situation, I was trying to find a way not to work on the recordsetClone of the form, specially in a loop (Because of screen flickerings)...
  17. K

    Solved How to Update a recordset without a loop?

    The recordset is : Set rs=Me.RecordsetClone It's a copy of the recordset of the form opened for user to work on. The only way to be prepared, is to check all the order sheets one by one to see if the contents are met with a business rule. I can not ask someone to check all sheets at the start...
  18. K

    Solved How to Update a recordset without a loop?

    I'm sorry. I don't understand what you're trying to tell me. The same userID may have thousands of records in the table (previous days, previous hours). A user is handed a 50 order sheets. He opens a continous form and starts registering data. Let's say while entering the 30th order, a specific...
  19. K

    Solved How to Update a recordset without a loop?

    I have a continous form that is used for saving new records. Ater a few input, or 20 or more, if a specific condition is met, I have to update a field named "Identifier" of all data which have been saved by this user. So, the only thing that I have is Set rs = me.recordsetclone Then, loop...
  20. K

    Solved How to Update a recordset without a loop?

    Transaction is a new world for me. But it's never too late to learn something. I'll try it Monday morning as soon as I'm back to my desk to see if it can be used. Thanks for your time.
Back
Top Bottom