Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MichaelRed

  1. MichaelRed

    Requim for the product

    Since MS has Abandoned The product, Where have the adherents moved to? Since there are probably several choices, is there any discussion of the relative merits &/or demerits of the possibilities?
  2. MichaelRed

    I would like to be able to access t

    Thanks to both. I was able to access both sources with only the confusion between seat & keyboard to delay obtaining the desired response. Delving through the container objects is somewhat more involved but yields a more compact set of information (suitable for the intent of this exercise)...
  3. MichaelRed

    I would like to be able to access t

    I would like to be able to access the "update date" of the various MS Access objects ... Forms, modules, tables, Reports Databases, ... et al as well as the sub entities. I can easily(?) get the various objects via the containers, but do not see any data properties associated with rather the...
  4. MichaelRed

    Is there any way if I can detect that another Access front end is open from my front end?

    Logging in/out doesn't work when error exiting - unless you include extensive error reporting in ALL of your code (every procedure / module). Even then, some crashes / errors in the logging may occur You mention "Your" front end. I generally utilize a separate development version of BOTH FE &...
  5. MichaelRed

    Data Transfer Time Problem

    IF (note BIG IF) there is a period where there are no updates occurring ... Make sure all local "update records include a time stamp. Collect these at one location and process in time stamp order. There MIGHT be duplicate changes, but these do not affect the final record. Of course you have...
  6. MichaelRed

    Tuesday Holiday business day count error

    There are numerous FAQs re date calculations. The better ones utilize a table of HOLIDAYS. Please look up one (and use) or more of these. Many experienced programmers utilize a comprehensive date table which include one or more holidays fields to accommodate the difference in the celebrated...
  7. MichaelRed

    Return of the start Menu

    Thanks, Phil (aka vacunita). The Win + R box does what I needed. MichaelRed
  8. MichaelRed

    Return of the start Menu

    Thanks for the explanations? At the end of it, however, I'm just looking for a way to have a way to start an OLD app from the "command line" (e.g. "start Menu") interface to activate a start up command. Can this even be done in Win 8? MichaelRed
  9. MichaelRed

    Error 3188 - Solution (MS Access 2010 vba)

    See faq702-4019 MichaelRed
  10. MichaelRed

    Error 3188 - Solution (MS Access 2010 vba)

    see faq702-4019 for ONE example of a member contributed solution to ROUINDING. Not necessarily my favorite. The issue, for me, in your posting is that it IS incomplete. I might be searching for a solution to this - or a similar problem, but am missing a number of the pieces as posted. Thank...
  11. MichaelRed

    Error 3188 - Solution (MS Access 2010 vba)

    Karen, Thanks for your response. An issue w/ posting partial solutions is that anyone responding cannot know what is missing. I recognize this "procedure" needs to be called from a Form {e.g. the Key Word "Me"}. When I mention the "roundup" procedure, I should, perhaps, have elaborated to...
  12. MichaelRed

    Developing a program for finding functions

    There is an ANCIENT fortran program called "Linear". This function would provide you with the (again) ARCHAIC code which easily forms the basis of such a project. This was "once upon a time ... in a land far away ... available from Oak Ridge National Laboratory under contract # W-7405.eng-26...
  13. MichaelRed

    Return specific portion of text from string

    I do not know what data type will accept the "string" in the first code box. So to begin, I would want to know how to deal with getting programmatic access to the thinnngggggyyyyyy. I suppose there could be an array of strings or several arrays with different issues? I made a BRIEF attempt to...
  14. MichaelRed

    Error 3188 - Solution (MS Access 2010 vba)

    Not really my kind of thing, so please have some patience? varbookmark doesn't seem to ever be assigned a value? numStrings = -Int(-1 * myCharCount) / (2000) ' SEEMS to be overly complex, while insufficient? from debug: myCharCount = 13000 numStrings = -Int(-1 * myCharCount) / (2000) ...
  15. MichaelRed

    Create and Save Modules, Actually accompllished

    After reviewing numerous threads numerous small clues in several allowing the turtle like speed of my 'brain' ... The last and apparently most necessary: you MUST [COLOR=red] save AND compile all modules /[color] before creating one! Compile does NOT (as was pointed out) save the module (it...

Part and Inventory Search

Back
Top