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!

Search results for query: *

  • Users: OverDrive
  • Content: Threads
  • Order by date
  1. OverDrive

    Network Monitor to see who is accessing my DC?

    I am looking for a tool that tells me when and who is logged on to my DC. I keep getting this message that says "there are 2 people logged on to this machine" every time I reboot, and I would like a utility to tell me the second those individuals log on, what they are logged on to, etc... Is...
  2. OverDrive

    BDC becoming a PDC...

    If you have say 4 WinNT Servers in your network and one is the PDC and the others your BDC's. With this scenario, if something were to happen to your PDC and it was down for an extended period of time, would the next in line BDC make itself the PDC? If so, why (I am guessing it is a...
  3. OverDrive

    Migrate local profiles to domain profiles??

    I have a set of 20 computers that were on a peer to peer network. I now am going to build a server based domain environment. Everyone is very fone of the way all of their current local profile settings are established... Is there any "easy" way to migrate the local profile settings into the...
  4. OverDrive

    Folder Re-Direction Question...

    Is there anyway to have folder re-direction automatically create a "user folder" for each user instead of saving all the files to the one location on the server? It seems to be quite the mess? Thanks Chance~
  5. OverDrive

    Logon Script not Taking Affect?

    I have a logon script I am trying to execute to my clients to automatically map network drives... The logon script is named logon.bat and looks like this net use m: \\server\c net use n: \\server\d I am new to this logon script thing, so I am unfamiliar with how they work... This obviously...
  6. OverDrive

    Dynamic DNS, is it necessary?

    Why would I ever need it? For what implication would it be necessary? My network I am about to set up is 2 DC from 2 seperate remote sites and a VPN connecting the 2 DC's... would I need Dyanmic DNS in this situation? Thanks! Chance~
  7. OverDrive

    W32time error in event viewer?

    I am getting this error? Does anyone know why? I did the "'net time /setsntp:<server name>" from the command prompt and it said it initialized, but I still get the error every day? Any thoughts? Thanks Chance~ Event Type: Error Event Source: w32time Event Category: None Event ID: 62 Date...
  8. OverDrive

    DNS resolves fine, but still get the &quot;unkown&quot;?

    I got DNS working in my network, the clients recieve their DNS from the DC and the DC has forwarders set to the Routers DNS and the DC points to itself for DNS resolution. My question is, why when I do an "nslookup" on the server OR the client I get a "Default Server: Unknown". It is able to...
  9. OverDrive

    DNS Resolution issues...

    Ok... here is my dillema. I have a new Win2k Server Box, I loaded DNS and delted the "." root so I am able to use forwarders. I add the ISP's DNS entries into the forwarders, and add the server IP for the Interface (although I have it listen on all IP's). Everything is running fine on the...
  10. OverDrive

    Thoughts ona Network Schema...

    I wam setting up a small network as listed below Site #1 Domain Controller (DHCP, DNS, etc...) 20 Clients Site #2 (remote site) No Domain Controller (peer to peer) 20 Clients I am wanting to connect both sites via VPN for the purpose of sharing files cross networks. My idea is this, get 2...
  11. OverDrive

    Cannot add Forwarders to Win2k Server?

    I set up my Win2k Server and I was trying to add forwarders for my router, but when I get into it it is all "inactive" and says that I cannot add forwarders because this is a Root Server? Any Ideas how to enable forwarders?? As of right now my DNS is not working because of this since my...
  12. OverDrive

    Set a criteria in a query for a checkbox?

    How do I set a criteria in a query for a checkbox>? I have tried &quot;true&quot; and &quot;-1&quot; but that is not working? I should also mention that I have other fields with criteria in them as well... if it matters or not I am not sure? Thanks Chance~
  13. OverDrive

    ISP or DNS issue losing net connectivity....

    This is the most unreal thing I have seen in my life... I will try to elaborate to see if anyone has any suggestions. I broke this issue down to the lowest level for the best troubleshooting procedures. I have a 802.11b Wireless Connection for my internet feed. Attatched to this I have a...
  14. OverDrive

    Search by field...

    I have a form that I want to bring up a particular record by last name... I have a query set up for criteria input but I forgot how to do that? I want a prompt to come up for the &quot;Please Enter Last Name&quot; and then when the user inputs the last name I want it to bring up that record...
  15. OverDrive

    How to &quot;requery&quot; another form?

    I have a form that I update information from another form... after I update this information and choose &quot;Add&quot; I want it to requery or refresh the other form so the new record shows up? Is this possible? Thanks chance~~
  16. OverDrive

    EASY Question how to close a form....

    How the heck do you close a form by formname? docmd.Close acForm, &quot;formname&quot; Is not working? Any thoughts? Thanks, I have no idea why I cannot figure this out? Chance~
  17. OverDrive

    &quot;Type Mismatch&quot; error?

    Here is my code... I am getting a type mismatch error on this line... &quot;Resume Exit_cmdAdd_Click&quot; Which is the last line? Any Ideas? Thanks Chance~~ Private Sub cmdAdd_Click()...
  18. OverDrive

    How to apply a filter using a button?

    I really like the way the &quot;Filter Form&quot; features work... meaning you can choose whatever you want to filter. Is this a good way to search for your records? And if so, is there a way to incorporate an easy way to bring up a blank form that has the filter automatically on, then a...
  19. OverDrive

    How to count a &quot;checkbox&quot; field?

    =DCount(&quot;tblMain&quot;,&quot;[indictedYes]='true'&quot;) this is what I am trying to use but it is not working. &quot;indictedYes&quot; is a checkbox field in the table and I want to count all the records that represent &quot;checked&quot; or &quot;yes&quot; Any ideas on how to do that...
  20. OverDrive

    Update/Append Query not working...

    I have 2 tables table1 table2 Table1 has these 2 fields &quot;SuspectID&quot; and &quot;Charges&quot; Table2 has the 2 same fields &quot;SuspectID&quot; and &quot;Charges&quot; (among other fields) What I need to do is create an action query to get the information from table1 to poulate...

Part and Inventory Search

Back
Top