Search results

  1. J

    replacing two spaces with one

    Thanks raskew. Your solution worked fine.
  2. J

    replacing two spaces with one

    uh, okay. Well, my double-space thingies appeared in that last post as single-spaces, but I really do have two spaces between the quotes in my code. . . .
  3. J

    replacing two spaces with one

    I'm having trouble using the Replace function (in my newly installed Access2002) to replace two spaces " " with one " ". This is to correct address style errors on an input form. Replace is working with my other substring replacements, and I've already tried using a variable string to...
  4. J

    Mouse wheel scrolling solution

    I've been plagued by this problem: When I use the vertical scroll bar in a continuous form, the display stops at the last record. But when I use the mouse wheel it continues to scroll until only the last record is displayed at the top (it appears that there is only the one record). But I...
  5. J

    Refer to most recently opened

    SHORT VERSION: When this particular form button is clicked, I would like it to find the most recently opened form (or the one that is currently visible, or last had focus, or 'in front') and close it. IS THERE CODE?? LONG VERSION: I have a subform (sfNavbar) that appears on all forms which...
Back
Top Bottom