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 SkipVought 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: jacom
  • Order by date
  1. jacom

    Adding single Columns in a Word-Table-Row

    I wanted to create a Word-Table with several columns and a dynamic number of rows in each column in a Visual-Basic- Application . But every attempt to do that created a completely new Row in the table . For instance if the table had 4 columns then a new row was appended to the table including...
  2. jacom

    Active Directory NTDS.DIT

    During the installation of a PDC it was added to a main structure. The PC, containing the first created domain in this main structure, is missing (caused by defect or other reasons). The PDC is now trying to connect to the missing PC permanently and is generating the error “The connection to the...
  3. jacom

    Windows 2000 and SQL-Server 6.5

    Thanks for your helpful post! Didi
  4. jacom

    Windows 2000 and SQL-Server 6.5

    Right now we work with Win NT 4.0 Server and Microsoft SQL-Server 6.5. We want to change the operating system to Windows 2000 (on a new hardware). Is it nessecary to have Windows 2000 Server or is it operating with Windows 2000 Professional? thanks for help didi
  5. jacom

    Accumulate a value

    Thank you Mike, your answer show me the way to the solution of my problem. I have more columns in my database, and I need their in my sql-result, e.g. a text-column "text2". I use this sql: select invno, artno, sum(qty) qty, max(text) text, max(text2) text2 from your_table group by...
  6. jacom

    Accumulate a value

    Hallo, could somebody help me in this SQL-Problem? My table contains the following columns: Invoicenumber / Articlenumber / Quantity / Text Records should be added in the column Quantity, when the Invoicenumbers are identical and Articlenumber are identical. Example: INVNO / ARTNO / QUAN /...

Part and Inventory Search

Back
Top