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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: scampi
  • Order by date
  1. scampi

    Access 97. How do I find and modify macros using VBA

    IF you have created som macros, you can open them in vba via tools - macros - visual basic editor (but i guess it is not installed, because you should have seen this if you can rename your macros). In the visual basic editor there is a ?? called modules, and there you can find the code from a...
  2. scampi

    Connect to Network printer via dos command

    Probably, you'll have to create a pipe every time the win98 cliënt starts You should put something like this in that batch file net use \\server\ipc$ pppp /user:domain\username where pppp is the password of the user having permissions for that printer (If the user log on with the rigth account...
  3. scampi

    2 win95s on one computer

    try a clean start in ms-dos. Then, delete all windows.com and/or win.com entries you find on your PC (they could be hidden) (dir win*.* /s to search them) If you reinstall win95, it will not find a previous version of windows and put a proper one on your PC. All your files wil be kept and even...
  4. scampi

    using Mapped Network drive as default "save in" and "save as" drive

    You probably can change this option in the registry from you win98-clients. (You'll have to search for keys like defaultlocation) And it will i most cases depend on the application. (Most applications that write such things in the registry , also have these options user-accesible (in a menu ))

Part and Inventory Search

Back
Top