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 wOOdy-Soft 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: BigC666
  • Content: Threads
  • Order by date
  1. BigC666

    Automatic Insert....Works, but have to cancel to change fields.

    This is the code I am using for the form. Private Sub Thumb_Click() 'Automatic insert On Error GoTo Err_Thumb_Click RunCommand acCmdInsertObject Exit_Thumb_Click: Exit Sub Err_Thumb_Click: Const conErrDoCmdCancelled = 2501 If (Err = conErrDoCmdCancelled)...
  2. BigC666

    Invalid Use of Null (IF..THEN)

    Here is my code... Private Sub Authorize_Click() On Error GoTo Err_Authorize_Click Dim Field As String Dim Check As Boolean Field = Me!AuthorizationNumber Check = IsNull(Field) If (Check = True) Then Randomize Me!AuthorizationNumber = Int(RND *...
  3. BigC666

    HELP!! ProcessGPOS

    hey folks i'm getting the error ProcessGPOS:Extension Microsoft Disk Quota ProcessGroupPolicy failed status 0x80070002 i've disabled all disk quotas on the workstations that i'm running, all are running w2kpro. i've gone in to the regestry on the server and chandes the default flag to 0x1...
  4. BigC666

    turn off dbwindow in startup

    hey guys i've checked and unchecked the show db window in the startup settings screen...no workie. looked at faq181-1172 looks neet however when i try to inplemant it i get the error after i stop the db that access can't find c:\Documents.mdb, i've looked all through the code and can't find any...
  5. BigC666

    RRAS

    i'm sure ya'll are gettin tired of me but, i have configured rras with the wiz on a win2k server have 2 nic boards using demand-dial with an internal modem. i can use and work with the internet on the server when i try to use ie on a win2kpro box with auto detect checked it can't find the...
  6. BigC666

    REMOVE RRAS

    can somebody tell me how to manually remove rras, i'm trying to reconfigure from scratch and i go to the rras and disable the server but it won't let me reconfigure it. thanks winn
  7. BigC666

    2 NICS, WHICH ONE

    i'm trying to use either ICS or RRAS don't care which one on a small net. have two NICS one has dhcp enabled one does not which one should i use to be local and which one to go to the internet. lost in the winzone winn
  8. BigC666

    ICS

    hi, i've win2k server ad loaded on one box, have three other boxes with win2k pro. one box with win2kpro has 2 nic cards. have installed the server with dynamic addresses also the win2kpro boxes auto. the win2kpro box set up ics on the second nic card. can ping all boxes that have auto adresses...
  9. BigC666

    sharing a dial-up connection

    i've got to be the dumbist cat walking cause i can't get this %$&*! connection to work. i've got win2k server running one one box and win2k pro on another, the win2kpro box has 2 nic cards. i set up a dial-up on the pro box, which i'm using now, when i tell the dial-up to share it sets up my 2nd...

Part and Inventory Search

Back
Top