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

    Case insensitivity in datasets causing constraint error

    I have an SQL server 200 table with 4 columns, the first 3 of which are primary key. The table is case sensitive so putting 'A,B,Test,1' in one row and 'A,B,TEST,1' in another is fine as far as sql is concerned. When I create a dataset in visual studio and select the records I get an error...
  2. Beeble

    How do I change combobox datasource?

    Hi, Can anyone help me? I want to change the datasource of a combobox on the fly so that I get different data. I have tried : combobox1.datasource = dataview1 combobox1.displaymember = "col1" and then combobox1.datasource = dataview2 combobox1.displaymember = "col2" but...
  3. Beeble

    How can I find an old macro which seems to be hidden?

    When I open an excel template and look in the 'macros' there are two of them but trying to edit either gives a 'Reference is not valid' msgbox and I can't get at the code. The macros were written in about 1997. Can anyone suggest how I might be able to access the code? Once I can do this I can...

Part and Inventory Search

Back
Top