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 Chriss Miller 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: philipmck
  • Content: Threads
  • Order by date
  1. philipmck

    RUN TIME ERROR 459

    When i try to run uniperformance to obtain data from the PHD it brings up run time error 459 stating that the object or class does not support the set of events. this is strange as the spreadsheet was working perfectly well yesterday and I have no idea what could be wrong. I have included the...
  2. philipmck

    RUN TIME ERROR (2185)

    When i run the program i get a run time error "2185" for the below code. error message: you cant reference a property or method for a control unless the control has the focus \\VB CODE// If Me.ProcessCombo.Text = "...." & Me.Option1Combo.Text = "...." & Me.Option2Combo.Text = "..." Then...
  3. philipmck

    EXCEL FORMULA

    = IF (A2288<>"", IF (RAW_DATA!B2288 > RAW_DATA!B2287, (RAW_DATA!B2287 + (50000–RAW_DATA!B2288), (RAW_DATA!B2288 – RAW_DATA!B2287) * 0.22)),"") I have this formula in my database to do a calculation but it brings up an error box stating that " the formula i typed contains an error". What i am...
  4. philipmck

    RUN TIME ERROR 2185

    When i run the program i get a run time error "2185" for the below code. As far as i know it is to do with the .text function but i dont know what i can replace it with as it is used in conjuction with a text field. \\VB CODE// If Me.ProcessCombo.Text = "...." & Me.Option1Combo.Text = "...." &...
  5. philipmck

    SEARCHING USING COMBO BOXES

    I HAVE A FORM WITH 3 COMBO BOXES - PROCESS , OPTION1COMBO AND OPTION2 COMBO. I ALREADY HAVE IT THAT IF YOU SELECT AND OPTION IN PROCESS IN CHANGES WHAT APPEARS IN OPTION 1 ETC ETC BUT WHAT I WANT TO KNOW HOW TO DO IS HOW CAN I GET IT THAT THE "SEARCH" BUTTON WILL TAKE THE INFORMATION SELECTED...

Part and Inventory Search

Back
Top