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 derfloh 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 usccodecrack

  1. usccodecrack

    return the my documents directory?

    if you assume my documents is always c:\My Documents sPathName = "c:\My Documents\*.*" sFileName = Dir$(sPathName) Do While sFileName > "" 'Process sFileName sFileName = Dir$ Loop will give each filename individually
  2. usccodecrack

    "Call Shell" Difficulties

    Access does not wait on Call Shell to terminate execution before continuing to the next statement. Is there a way to force it to wait, or perhaps time wait for the next statement?
  3. usccodecrack

    Suppressing Alerts

    I cannot seem to locate a method to suppress alerts, displayed when either appending to or deleting from tables. Can someone please help with this? Matt

Part and Inventory Search

Back
Top