Search results

  1. D

    Extracting varying length string between two characters

    Thank you all! TheDBGuy, your solution seems to work well. I am not sure if they'll ever change the first bit of the document name to be more than two characters in the future, but for now, it always starts with two characters before the first "-". Would there be a way to do this if they did...
  2. D

    Extracting varying length string between two characters

    Hi. I know I've done this before, but for the life of me, can't remember how. I need to be able to extract a string that will vary in length, that will always be between to characters. For example, these are document names: 02-20-00-AI-0035 02-2006-00-HG-0137 02-21-00-JW-1001...
  3. D

    DSum? Running Total?

    I have a table with one column being a new, consecutive date in each record. For each date there are three columns that gives the day's total received count, verified count and cleared count. I would like to add three new columns with the running totals for each received, verified, and cleared...
  4. D

    Turning off hourglass pointer when refreshing table?

    Okay, apparently the DoCmd.Hourglass False IS right, I just had it on the wrong line of code. I needed it to be the first line. Thanks!
  5. D

    Turning off hourglass pointer when refreshing table?

    I appreciate it, but I've tried that. No go.
  6. D

    Turning off hourglass pointer when refreshing table?

    Hello, I have a table that is linked to SharePoint with two columns. One is the ID, the other is a checkbox labeled "Activate." I also have a form for this table that, when "Activate" = -1, displays a msgbox to all users that an update is being pushed out (from the back end database) and...
Back
Top Bottom