Search results

  1. P

    Story

    Chinese gymnast Me-Lim-Ber.
  2. P

    Story

    Tumtum tree, where
  3. P

    Story

    pileated woodpecker wriggled
  4. P

    Button Command update multiple tables at once

    Wrap three append queries, one for each table, into a single transaction. See BeginTrans and Transaction in the Help file or google something like MS Access BeginTrans Transaction Statement. You should be able to find code samples. Give it a try and post back with any problems... Regards, Tim
  5. P

    Tim Brewer SHOULD walk away.....

    But aren't you describing the Watercooler?
  6. P

    Locating class details

    You're looking at a dataset object or two... http://msdn.microsoft.com/en-us/library/system.data.dataset(VS.71).aspx http://msdn.microsoft.com/en-us/library/ss7fbaez(VS.80).aspx
  7. P

    Doing anything exciting this weekend?

    I am considering stepping outside to fetch the mail.
  8. P

    Startup Module for Public Function/

    Typically Access Applications have a start up form object. There is no Main module that runs at start up as there is, say, with C++ and Java. So your solution might be -- assuming I understand the problem -- to configure the app's start up form. Menu: Tools-Startup... And then call your main...
  9. P

    Taxing Marijuana

    The balanced approach is typically the best approach: one should blithely beat members of one's own family...
  10. P

    Swine Fever

    Yet the boastful and boorish are not always easily pigsfeated...
  11. P

    Swine Fever

    Yes, that's boaring. Pighaps I shouldn't have posted that -- flew off the handle a bit.
  12. P

    Swine Fever

    Not to be pigdantic, but the Pig Bang theory, as I comprehog it, attempts to root out some imporkant events from the muddy depths of time.
  13. P

    Swine Fever

    Igpay atinlay
  14. P

    Swine Fever

    Isthay eadthray ashay onegay oghay ildway.
  15. P

    Spam

    Interestingly, God spelled backward is dog, a three letter word sporting a vowel sandwiched between two consonants. Speaking of a sandwich...a couple of my favorites are ham and SPAM, both of which are popular with people who program for a living and who may or may not faithfully support a tax...
  16. P

    Swine Fever

    Jack went to Cancun and drank margaritas like a pig. Now he's ill.
  17. P

    My Life

    Don't be silly. I always dreamed of periodically posting tosh in the WaterCooler on Access World Forums...doesn't every child?
  18. P

    Swine Fever

    Reaping what they sow...
  19. P

    My Life

    Sit back and relax but set a goal... Along those lines I'd seriously consider focusing seriously on getting a degree...any degree. Study anthropology if accounting isn't your thing... Once the degree is in your hands, you can go back to fretting or move on to another goal...
  20. P

    Extract strings from textfield

    textfield2 = Replace(textfield1, ",", "") Regards, Tim
Back
Top Bottom