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: *

  • Users: kooley
  • Content: Threads
  • Order by date
  1. kooley

    CRXI connecting to iSeries DB

    I have been told that CRXI can connect to an IBMDB2 data source. I am having trouble determining the steps to create this connection.
  2. kooley

    ORDERBY Property

    I have a report that groups on a status field that is a combo box. I need to specify the order that the statuses should appear on the report (other than ascending or descending). Can the ORDERBY property be used for this & if so, I am unsure as to the proper syntax to use. Thank you for any...
  3. kooley

    Access Query Criteria

    I have a Query that includes a field called "Check Date". I need to have criteria that tells the DB, only give me records that do not have any check dates greater than or equal to a specified date. I have tried using the MAX sort function with "<=(Date()- 120) or IsNull". The problem is that...
  4. kooley

    Show parameters from a query in a report header

    I have a query that runs based a "Closing Date" range. I have a report that runs from this query & I would like the date range that is entered to appear in the Report Header. I have tried pulling the "Closing Date" field to the report, but the results are inaccurate. (Example: I enter a...
  5. kooley

    Access - Grand Totals in a Report

    I have a report that I have grouped by account number. Each acct# has multiple fees and I only want the sum of the fees for each acct#. I have pulled the sum of the fees for each acct# into the group footer. Now I need to get a Grand Total of all those sums. I have written the calculation to...
  6. kooley

    Unlinking a linked Excel Worksheet

    I have an Excel worksheet that is currently linked to other worksheets. I need to be able to email this worksheet, but I do NOT want it to prompt the recipient to keep existing information or update existing information. I have tried to save the worksheet in a Web format, but all of the...
  7. kooley

    Running Calculation (subtraction) in Access

    I am trying to have a calculation using a running total in a report. The object of the calculation is to take a beginning loan amount or savings account amount (depending on the group) and then subtract the Amount Disbursed from first the loan amount/savings amount and then the next Amount...
  8. kooley

    easyLENDER/Crystal user needing help

    I use Crystal reports with FiServ easyLENDER and I am having trouble locating other proficient users that know both systems. Please contact me if you have this knowledge.
  9. kooley

    Query using unrelated tables

    I am trying to write a query that will pull information from 3 different tables that can not be linked in any way. Is there a way? My formulas in the query are getting confused because the same fields exist (ie Account number, Loan Amt)in all the tables but there is no common information in...
  10. kooley

    Counting specific dates

    I am trying to count the number of records for the last five business days in one day increments on a report. I have been playing around with a formula and this is how far I have gotten: IIf([Registration Received]=Date()-1, Count([Registration Received]=1, 0) This is for yesterday's records...
  11. kooley

    Duplicate details due to User Defined Fields in LOS

    Within our LOS, we have User Defined Fields (UDF) to be completed. They are different types, (ie, Character, Date, Currency, Percentage). I have written a report that only wants to look at a couple of the Character type fields. I've written an &quot;if-then-else&quot; function looking at the...

Part and Inventory Search

Back
Top