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 Wanet Telecoms Ltd 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 shelton1979

  1. shelton1979

    Running a VB script inside an access database

    the script works that way. I want it to execute in the access database.
  2. shelton1979

    Running a VB script inside an access database

    Line 6, Char 3, Permission Denied when I try to run the macro that uses the following code: RunApp wscript S:/Education/rename.vbs
  3. shelton1979

    Table W/ Commas

    thanks...that worked perfectly
  4. shelton1979

    Running a VB script inside an access database

    i'm running it outside the database from the desktop
  5. shelton1979

    Running a VB script inside an access database

    i have no clue doing this. i tried to manage it.
  6. shelton1979

    Table W/ Commas

    I have a table with commas in the last name field because I import data. Is there a way for me to use a query to delete these commas and only these commas after the data has been imported.
  7. shelton1979

    Running a VB script inside an access database

    I have created a vb script that will convert a file to text for me to import those records, but I can't seem to run it from Access. Can someone help me. here's the vb script i'm using. Option Explicit Dim oFSO Set oFSO = CreateObject("Scripting.FileSystemObject") If...
  8. shelton1979

    VB script

    thank you...that worked perfectly.
  9. shelton1979

    VB script

    I have a 6059.scr file in a folder that simply needs to be named 6059.txt within the same directory structure.
  10. shelton1979

    VB script

    I don't know much about VB script but I need a script to rename a text file to another location. Can you help me please?
  11. shelton1979

    Making An Access Database

    thanks...that sounds like it might work.
  12. shelton1979

    Making An Access Database

    I have an access database that I want to use in the Application Launcher. Can someone please help me w/ start up information? I know how to create applications,etc. but because an Access file is considering a document, I cannot get it to work. Thanks!!!
  13. shelton1979

    NO Novell delivered Applications

    I need some help. To my knowledge, no one changed anything on the server. We already have major server issues. I checked the launcher and also checked the applications tab but the "Novell delivered Application" screen does not come up for any users on the network except the administrator...
  14. shelton1979

    Logging OUT specific user

    it seems that sometimes when users try to access certain files, it locks the whole network up and i'm wondering if i can just log the user out and to keep from downing the server. that's why i wanted to know how to log out a user.thanks for all the responses...i'm trying them as you give them...
  15. shelton1979

    Windows 2000 hack

    that helped a lot ..thanks

Part and Inventory Search

Back
Top