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: *

  1. dcorrea

    SONET handoff

    Thanks. I meant OC not OC3.
  2. dcorrea

    Cisco 3845 for a PTP DS3

    Thanks plshlpme!
  3. dcorrea

    Cisco 3845 for a PTP DS3

    Serial Interface. Thanks.
  4. dcorrea

    Cisco 3845 for a PTP DS3

    I have a 3845 at two of my locations and need to know if anybody can send me a config on how I might provision a PTP DS3 between the two sites. Thanks. dc
  5. dcorrea

    SONET handoff

    I am looking at implementing a SONET ring (OC12) from our prem to the carrier's CO. I am looking at different bandwidth for our internet connection that will ride this ring. A couple of these bandwidths require either a DS3 (40Mb) or OC3 (50Mb). What should I expect the handoff to be from the...
  6. dcorrea

    Cisco IMA Card?

    Thanks! Much appreciated.
  7. dcorrea

    Cisco IMA Card?

    What type of module do I need to run a 3Mb IMA on a Cisco Router? Will a VWIC-2MFT-T1 work? Thanks, DC
  8. dcorrea

    Top 10 selection

    Thank you! It worked! dc
  9. dcorrea

    Top 10 selection

    I have the following script: SELECT t1.* FROM [MyTable] t1 WHERE t1.TOTAL In (select top 10 t2.TOTAL from [MyTable] t2 where t2.FACILITY = t1.FACILITY); which provides me with the top ten list of each facility, but not of their totals, but rather their id. My table is as such ID...
  10. dcorrea

    Top 10 selections

    Thanks VJ. I tried the code you provided and received the top (max) total for each facility. This is a good start. I am just needing to get the top 10 totals for each facilty within a query (result of 50 entries instead of 5). I believe I followed your scheme correctly. My only questions...
  11. dcorrea

    Top 10 selections

    I currently have a table with 5 differnt facilites (A,B,C, D,E). Each facility has 15 different totals. I am needing the top 10 totals for each facility in one query if possible. Any suggestions? Thanks, dc
  12. dcorrea

    Query for top ten

    Thanks for the quick reply VJ. How would I do it if I wanted the top 10 results for more than one hospital in this query? Example: Hospitals - A, B, C... have 20 different numerical entries each, recorded in this one table (tblHospitalTotals). I am needing to retrieve the top 10 entries...
  13. dcorrea

    Query for top ten

    I have a list of hospitals with totals for each hospital in one table. I need to know how to setup a query to retrieve the top 10 totals for each hospital on this one query. Thanks,
  14. dcorrea

    Conditional Formatting a form?

    Using MS Access XP, I unchecked 1) Allow Full Menus, 2) Allow Default Shortcut Menus & 3) Use Access Special Keys under Tools, Startup. Is there a way to get access back to file formatting (tables, queries, forms, etc.)? Your assistance is greatly appreciated. DC
  15. dcorrea

    Setting 'Calendar List' as printer default for calendar

    Is there a way to set the printing default for a calendar as 'Calendar List'? Using R5. Thanks in advance for your assistance. DC
  16. dcorrea

    Problem w/ new users

    Thanks. I appreciate your assistance. DC
  17. dcorrea

    Problem w/ new users

    When I add a new user through AD it seems as though they are not getting added to the domain (there is only one). I have added this user where I add the rest of my users and have checked to see if they have the proper member associations. When I go to a workstation to add them as a user of the...
  18. dcorrea

    Restricting Internet Access through workstations

    I am currently using Microsoft Proxy 2.0. Thanks, DCor
  19. dcorrea

    Restricting Internet Access through workstations

    How would I limit specific users and computers through the proxy? It seems that any limitations configured through the proxy would effect everyone. Thanks again, DCor
  20. dcorrea

    Restricting Internet Access through workstations

    I need to configure a way to limit access to the internet by both users and computers (if possible through Active Directory). Here is my situation: There are certain users in our domain that should be able to login and have internet access, but those that don't will have 3 workstations set up...

Part and Inventory Search

Back
Top