Search results

  1. Noson5434

    Conditional Formatting

    Hey folks, I could use some help with my VBA code. Here's the issue I'm facing: I have a UNION query that shows contracts with multiple items, and I'm trying to color each group in a continuous form. So, let's say ID 27 has two values displayed continuously, I want both of them to have the...
  2. Noson5434

    Daniel Pineault - Devhut

    Good Morning! What happened to Daniel's website? 😳😭 It was an incredible resource. I hope it's a prank.
  3. Noson5434

    Network Path

    Hi, I'm having trouble checking if a network folder exists. If a local folder exists then it's all good Ex: (C:\), but if I check a network folder the code takes almost 3 seconds to return False when the folder doesn't exist. Any suggestions on how to speed up this process? Thank you. Public...
  4. Noson5434

    Solved Position Form to Mouse Pointer

    Hey I need help regarding form positioning I have a continuous form with a button to view that records comments. I want to open a form (frmComments) and position that form where the users mouse is (so technically by the button they clicked to view the comments). How can I achieve this? Thanks...
Top Bottom