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 bkrike 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. midnightswan

    Multiple Cases with the same Case Block in Switch Statements

    Hi, I was wondering if I can do this in Perl (multiple cases attached to 1 case block: use Switch; switch($var) { case 'i' case 'j' { #... some code ... { case 'x' case 'y' { #... more code ... } } I know it can be done in like C++...
  2. midnightswan

    Table Relationships

    Hi :o) I was just wondering if I could have a multi-table one-to-one sparse dependent relationship between conceptional tables. So there will be a base table with a fixed number of rows that contains the index. Then various other tables which uses the base table's index but may only contain a...
  3. midnightswan

    SQL and dates

    Hi, I'm having a problem when trying to select a record from an Access database with ASP. Here's the statement sql = "SELECT * FROM Day_Log WHERE Day_Log.Employee='" & employee & "' AND Day_Log.dWorked=#" & dateEntered & "#" set rsCheck =...

Part and Inventory Search

Back
Top