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 gkittelson 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. kebbers

    Combo Box Selected Value Help

    gkprogrammer, That wasn't exactly what I was doing, but you just gave me a great idea. Thanks! Hadn't thought of it. That should do the trick! I am going to try that right now. Kebbers
  2. kebbers

    Combo Box Selected Value Help

    Hi gkprogrammer, Let me clarify, I have three combo boxes. cboTool, cboFunction, cboWindow. I have one list box. lstSymptoms. cboTool, cboFunction,cboWindow are either system stored procedure or query to populate them. lstSymptoms is a list box of symptoms. (this is a help desk app I am...
  3. kebbers

    Can I use query name in a SQL String?

    Hi, I believe that querya is within your access? Correct? SQL server will not recognize query but will recognize stored procedures or views. My question is what are you using the SQL statement with? IS it bound to a control?
  4. kebbers

    Format of Listbox Data

    Hi I don't know about the graying but to set the alignment go into the property sheet and the last option should be text align, you can set it there.
  5. kebbers

    Combo Box Selected Value Help

    I have created a combo box that is set to a stored procedure that is a select statements. I have set it to the stored procedure in the property sheet. I also have a text box and when the use selects something from the list box, I would like my combo box to default to a particular value...

Part and Inventory Search

Back
Top