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 abysas

  1. abysas

    VBA to Link all tables from remote DB

    Another very good source of information of how to link tables programatically is Access Security FAQ: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q207793
  2. abysas

    How do I protect my code from being seen?

    You can use a database property "AllowBreakIntoCode" to specify whether or not the user can view Visual Basic code after a run-time error occurs in a module. But the best solutions is the MDE file.
  3. abysas

    Create shortcut in code

    There are some articles about it here: http://www.codeguru.com/vb/Shell/index.shtml
  4. abysas

    Cannot access network share

    For me it is not a login/password related problem. When I use TCP/IP or NetBEUI, everything works fine: I can access network share on Win2k as it should be, because my win98 login and password are the same as my administrative account on Win2k. The problem is if I switch to IPX, I get that...
  5. abysas

    Cannot access network share

    I have the same problem when trying to access network share located on Win2k computer from Win98SE based computer. I get the same error message. From Win2k computer I can access network share in Win98, but not vice versa. There are more Win2k computers on the network and all of them are...

Part and Inventory Search

Back
Top