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!

Recent content by radder33

  1. radder33

    Adding IP500 Digital Station

    The model number on the back is DS16B In the control unit list I see the control unit is showing version 8.0 and some expansion modules version 10.0 The new unit is showing version 9.0 so do I just need to upgrade the version on the control unit? If so will this give me significant down time?
  2. radder33

    Adding IP500 Digital Station

    I am attempting to add an IP500 digital station to our IP500 control unit. We already have some IP 400 digital stations working correctly. I have added the unit and it has been picked up after a reboot of the system but has a alternate flashing green then red light. I can't see this in any...
  3. radder33

    IP500 expansion module distance

    Thanks for all the responses we have decided to relocate the control unit. Slightly off topic but do we need an additional license to register our new expansion unit or if not how do I add it to the system?
  4. radder33

    IP500 expansion module distance

    Could we achieve it through a switch here and a switch on the remote site by passing traffic by tagging or point to point at either side?
  5. radder33

    IP500 expansion module distance

    We are temporarily moving office during building works. We have had cabling down to the new units at a distance of 73 metres. I have seen the limitations regarding distance of expansion units on the older systems but does this still apply on the IP500. If so is my only option to either move...
  6. radder33

    docmd.setwarnings not working

    Both run fine if I run them from database window individually or from the vba if I have the 'docmd in place only fails when I make the docmd active
  7. radder33

    docmd.setwarnings not working

    I have been using this method for years to run back grouns queries etc for years and for some reason in my current form it is playing up. My code is quite simple. DoCmd.SetWarnings False DoCmd.OpenQuery "DeleteRowCounters", acViewNormal DoCmd.OpenQuery "UpdateRowCounter", acViewNormal, acAdd...
  8. radder33

    On paint event run time error

    Morning All I am trying to run a bit of vba to colour the cells on a form depending on the content. I have set the on paint event and put this behind it. If Me.Completion_.Value = 0 Then Me.Completion_.BackColor = vbRed ElseIf Me.Completion_.Value = 100 Then Me.Completion_.BackColor = vbGreen...
  9. radder33

    Incorrect CSV Format - Import Directory

    Haha we have never used that thankyou.
  10. radder33

    Incorrect CSV Format - Import Directory

    We have 700+ entries and the option is there to import??
  11. radder33

    Incorrect CSV Format - Import Directory

    So I can't import the directory??
  12. radder33

    Incorrect CSV Format - Import Directory

    Thats how I actually created my 5 entry file
  13. radder33

    Incorrect CSV Format - Import Directory

    I am trying to import the directory into phone manager and keep getting an error that the the file is incorrect csv format. I have tried creating the file from notepad and excel but get the same error I have also tried reducing the file to just 5 entires and checked for spaces and foreign...
  14. radder33

    Incremental counter for Sub Tasks

    I am creating a small internal database for tracking projects etc. I have set up so that the project is assigned an ID upon entry. For example A_1 would be for Admin IT_2 for IT etc. As each Project will have sub tasks I need to then assign task numbers in increment starting from 1 So A_1.1...
  15. radder33

    Cannot dial anonymous message box

    Apologies it is assigned ext 89 and user 89 is night service but its not permamnently assigned to a handset. I believe my predecessor sisn't set this up "by the book" so I apologise for any confusion.

Part and Inventory Search

Back
Top