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

    PL/SQL - Create table??

    Is it possible to create a table within a PL/SQL block? Basically I am checking user_tables to see if a table exists, and if it doesn't then I am creating it. declare v_count number; begin select count(*) into v_count from user_tables where table_name = 'TEMP_2YEAR_DRIVER'; if v_count =...
  2. Nick366

    SQL Query - Selecting From Nested Query

    I am using CR 8. I am trying to select information from multiple tables and am getting snagged by an invalid character. My best guess is that I am getting hung up on the FROM protion of my SQL Query. I am trying to select information from a nested query. My from statment looks similar to...
  3. Nick366

    Requery subform by list selection

    My goal: Have a listbox full of OfferIDs. I want to display the detailed information for a perticular OfferID when it has been selected in the listbox. Here is what I am doing, that is not working: Created table to hold the selected OfferID. Main form is based off of this table. Put a...
  4. Nick366

    Minimum date from multiple records

    The database table I am looking at has legacy data. I am looking to get the minimum start date, but the rest of the data from the current record. Here is an example: Table: BOOKS Fields: Name Description Release_Date Expired_Date ABCook Cooking 12/30/2003...
  5. Nick366

    Push SubReports and Fields down when...

    ...there is a growing SubReport above. I am using Crystal Reports 8. I have a growing SubReport above other SubReports. The problem is, the top SubReport is growing over the lower SubReports. How do I get it to push the other Fields/SubReports down on the sheet? Thanks in advance for any...

Part and Inventory Search

Back
Top