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

    Insert record from old table in two new tables

    Take this for example: I have a old table with movies. And now I want split this table in a movie table and a genre table. In the old table I have a column with genres. I want to move them to another table genres. And store the id in the movie table and not the name of the genre. So I need a...
  2. Davidnyh

    What is wrong with this query?

    What is wrong with this query? This query only need to select the record where the id is 23. The problem occurs with this line: AND B.CARDNUMBER <> CARDNUMBER. But it doesn't give me a record at all. If I leave this code out of the query it gives me the records 23 and 29. But I only need the...
  3. Davidnyh

    screen section

    Here is a example from my program: SCREEN SECTION. 01 INVOER-SCHERM. 03 BLANK SCREEN. 03 LABEL TITLE &quot;Datum aanvraag&quot; RIGHT LINES 2 CELLS SIZE 18 CELLS LINE 2 COL 5. 03...
  4. Davidnyh

    Hi (using version 4.1) Can yo

    Hi (using version 4.1) Can you calculate dates? ex.: 20030530 - 20030602 = 3 days. Because I have to do the following: A customer may only use 1/week during a half day a odd-jobber. So when they ask him (today 2003-06-03 - Tuesday) to come on Friday between 9 and 12, then they may ask him...

Part and Inventory Search

Back
Top