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

    Importing to Access table with autonumber primary key

    Is it possible to import a text file into a MS Access table that has a autonumber primary key field? Have tried several times without much success. What is the preferred method to import to a table with a autonumber primary key field?
  2. IngDep

    V lookup across two worksheets

    Have three worksheets. Is it possible to perform a vlookup across multiple worksheets in a workbook? The objective is to populate the "FeeAmt" column in Worksheet 1 with data that resides in Worksheet 2 or Worksheet 3. Worksheet 1 has the following columns Name---------FeeAmt 123-AD 246-GG...
  3. IngDep

    Oracle sql - Decode Military time

    Currently have a passthrough query within MS Access that is used to extract data from an Oracle database. Select Name, AdmitHr from Encounter Noticed that the query results for the "AdmitHr" field appears to be in military time format, i.e. 022, 17, 024, etc. Can anyone offer insight as to...
  4. IngDep

    Converting from SqlDeveloper Oracle query to MS Access Passthrough

    Have the following Oracle query that I would like to convert to a MS Access Passthrough query but continually receive a "ORA-00911: Invalid Character" error message. Any idea as to what the problem/resolution is? Greatly appreciate any insight as this is taking over a hour to resolve! SELECT...
  5. IngDep

    ORA - 00905 Missing Keyword

    Having trouble locating a "Missing Keyword" error in the sql below that I am using within Sql Developer to extract data from an Oracle database. What is the problem and resolution? Thanks in advance. Meanwhile, I will continue to troubleshoot. alter session set nls_date_format = 'MM/DD/YY'...
  6. IngDep

    Conditionally format Entire Row on Several Excel Worksheets

    Using the following vba code that I obtained from another site to conditionally format an entire row on 4 Excel worksheets - Sheet 1, Sheet 2, Sheet 3, and Sheet 4 if there is a value > 5.0% in one of the columns. Currently, the code is set up to just search one column - column J on worksheet...
  7. IngDep

    ORA 00923 - From Keyword not found where expected

    Continue to receive the ORA 00923 error upon trying to run the following sql script using Oracle 8. Any ideas as to a solution? What am I missing here? SELECT CLM.GRP_CD, CLM.CLCL_ID, SUM(CL.CDML_CHG_AMT), SUM(CL.CDML_PAID_AMT), MAX(ST.Review_Date) Review_DATE, M.MEB_CK, M.MEB_NAME...
  8. IngDep

    Search MS Excel 2003 Workbook for specific text

    Have a voluminous workbook that contains over 70 worksheets and I need to find the occurence of specific text and note the worksheet name and cell location of the text. Can this be done? Have tried Ctrl F but it does not work. Additionally, is there any way to create a "control sheet" that...
  9. IngDep

    ORA 00923 - From Keyword not found where expected

    Continually receive the ORA 00923 error upon trying to run the following script via Oracle Sql Developer to extract data from Oracle database. Error appears to be caused by the line that begins with the subquery. Any assistance greatly appreciated considering that after 45 minutes of review...
  10. IngDep

    Possible Self Join - Extract based on dates

    Have a single MS Access table that includes the following fields; EmpID---BeginDt---EndDt------Name 10235---1/1/08----12/31/08---Jill Smith 10235---1/1/09----12/31/09---Jill Smith 10236---6/1/08----12/31/08---Joe Smith 10237---1/1/09----12/31/09---Jane Smith First objective is to extract all...
  11. IngDep

    MS Access Sql - query 7 days from today

    Following part in an Access sql does not work - no records are displayed. Run a query every Friday and need records that have a sign date greater than last Friday. Any clues? WHERE Format([Oregon_Daily].[SignDate],'MM/DD/YYYY'))>Now()-7))
  12. IngDep

    Excel Vlookup text

    Have a workbook with two worksheets. One worksheet has data similar to; Name----------Rank Smith, Bob----1 Jones, Jill---2 Wall, Kim-----3 The other worksheet has data similar to; Name------------Address------------Phone----Rank Stat, Sheila----111 Ave------------214009 Smith, Bob------245...
  13. IngDep

    Excel-Model 25% of optimal mix of vendor/product code

    Have data within an Excel worksheet whereby the product code is in the leftmost column, the vendors (14 of them) in row 1 across the 14 columns) and the cost savings for each product code at the intersect of each vendor and product code. Desired objective is to use a solution involving solver...
  14. IngDep

    Select records with Most Recent Eff Dt and Sort by workday

    Having a challenge modifying the following MS Access select query so that I receive: 1) Records with the most recent PROVIDER_ADDR.EFF_DT 2) PROV_TO_HOUR > 5:00 PM 3) Sorted by Day of week - e.g. Sunday, Monday, Tuesday... Insight greathly appreciated! SELECT PROVIDER.PROV_ID , PROVIDER.NAME...
  15. IngDep

    Convert PDF File with 2 records per person to Excel

    Insight Needed. Twice a week, the analyst manually needs to type in data to an MS Excel worksheet from a 15 page PDF file. Data on the PDF file is arranged in two records per customer. For example, on the first line are Name, Birthdate, Account Number, Sales Rep. On the second line are...
  16. IngDep

    User Manual for Avaya Polycon Sound Station Premier 550D

    Trying to smooth out the learning curve on the Avaya Polycon Sound Station Premier 550D. Specifically, anyone aware of a downloadable manual? Unsuccessful in trying to locate one using the internet. Or,if a downloadable manual is not available, can someone provide general instructions as to...
  17. IngDep

    Excel Charting - Arrange Date Labels diagonally

    Having a challenge trying to diagonally display date labels on a graph and protect the graph. The data table displays the dates as "May-2007", "Jun-2007", etc. but upon highlighting the cell,5/1/2007 and 6/1/2007 is displayed, respectively. Currently displayed is something similar to; Ma y-...
  18. IngDep

    Sumproduct formula - determine if records consitent

    Have a 35,000+ row Excel worksheet with the data arranged similar to the following; ProcCd---CostPerSvc-----CostPerSvcConsistent? 12345----10-------------Yes 12345----10-------------Yes 12345----10-------------Yes 24680----8--------------No 24680----8--------------No 24680----6--------------No...
  19. IngDep

    MS Access Query - Extract records where Cost Per Unit is Different

    Using the query below, I am interested in extracting all records from the "CostPerUnit_Supplies" table that have two or more CostPerUnit fields populated and have a different cost per unit in one or more of the following six fields; Supplies-Jan2007_CostPerUnit Supplies-Feb2007_CostPerUnit...
  20. IngDep

    List objects in MS Access database on form and selectively delete

    Is it possible to create a MS Access form that displays all objects in a database and have several command buttons to delete all objects displayed in the listbox? For example, can I have 4 command buttons titled accordingly; Queries, Forms, Tables, Modules and then have another command button...

Part and Inventory Search

Back
Top