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 bkrike 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 OverDrive2

  1. OverDrive2

    I create a new user account under w

    Try removing the computer from the domain and re-establishing it... I have had this issue with WinNT Boxes, and this resolved my problem (dont ask why). Good Luck! Chance~
  2. OverDrive2

    The specified network name is no longer available?

    Sounds like you have a massive bottleneck somewhere. I am sure people are going to need to know a bit more about your network, so try to elaborate on the status of the following below if you could ... What type of replication method are you using / whats the timeframe? (replication every 1...
  3. OverDrive2

    Logon Error Message

    Also, to add . . . your not running this Windows2k Domain in Native mode are you? Win9X machines cannot log on to a Domain that is in Native mode . . . must be in mixed mode (Mixed mode = winNT and Win2k authorized DC within the Domain, also allows win9X machines to log on | Native mode =...
  4. OverDrive2

    Logon Error Message

    It is an option (and default installed) on all Domain Controllers and automatically started if you ran DCPromo to build your DC. To see and make sure it is working, choose Active Directory Users and Computers, right click on the domain and choose Properties (this is from memory since I am not...
  5. OverDrive2

    How to make an intranet

    Personally I would create a website (hosted somewhere in the network). Force a link to the website to all users, then base the install file from there (the website) with a hyperlink. Then after the install is accomplished, on the same web site you coudl have a link to automatically run the...
  6. OverDrive2

    Logon Error Message

    If none of those seem to work, make sure you check to see if you DC is running as a PDC Emulator, win95/98 machines require a PDC for logon, so this may be an issue... Good Luck Chance~
  7. OverDrive2

    CTRL/ALT/DEL

    You dont ever want to disable the CTRL/ALT/DELETE function as it is a way to purge the cache information to eliminate trojan virus' before logon... We don't do it for fun ya know! Good Luck~ Chance~
  8. OverDrive2

    How do I refresh the data on a subform automatically?

    Hey Tunsarod, what is the difference between using Me.[Products_subform].Requery Rather than using DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70 Is there any difference in the two, or do they do the same thing in refreshing the form)? Thanks bud Chance~
  9. OverDrive2

    Creating a mult-search tool/form

    ME ME ME!! I wanna join the bandwagon too!! Send as well if you get the time!! THANKS! Chance~ chad.bixby@whiteman.af.mil
  10. OverDrive2

    How do I refresh the data on a subform automatically?

    bevpro . . . DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70 Try this, put this code in the "after update" event of the control you are updating or wherever needs updating (example: a listbox, combobox, etc... If (for instance) you need a listbox to show up with the new...
  11. OverDrive2

    Refresh Data Problems

    DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70 Use this code . . . Place the code in the command button you created to go to the next form. This should work, I use it all the time . . . Good Luck! Chance~
  12. OverDrive2

    Email the contents of a form

    I have been looking for that one too . . . One star 4 u! Thanks! Chance~
  13. OverDrive2

    Novice's Question: Should I Learn Visual Basic Before VBA?

    "Beginning Access 2000 VBA" by Robert Smith and David Sussman is a good start, I use it all the time . . . I got mine at Hastings (if you have those where you live), and I have seen them at book stores as well. You can order it through the publisher Wrox Press at www.wrox.com GOOD...
  14. OverDrive2

    Create Find button on form to get to certain record in table

    You know, I never thought of that! Great suggestion! Chance~
  15. OverDrive2

    App.Path

    Yes, your missing the fact that I am an idiot . . . I have a textbox, ready to input this . . . "Application.CurrentProject.Path" I have tried it in the On Open and On Load . . . but . . . Well, you get the point . . . I am an idiot Please guide me with your hand oh great...

Part and Inventory Search

Back
Top