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

  1. AssetRecovery

    Moving forward and backwards a record at a time

    I have a form that posts to an asp page for entering new records into an Access 2002 database. I also have another page that will be used for updating records. I have a field in the db that is the primary key as well as an autonumber called reponum. When I open the recordset I know I am able...
  2. AssetRecovery

    Update a record using the same page as inserting a record

    I have a current page that when I post my information from a form it writes a new record to my database. I like to create a page now that once the record is added it redirects me to that page and the same form that I used to post the new record is now populated with the new records information...
  3. AssetRecovery

    Chart legend sort order

    Is there a way to control the sort order of a legend for a chart? Mine always sort alphabeticaly by the group names and I'd like to sort by the highest to lowest values.
  4. AssetRecovery

    DateDiff day results

    I have a formula that calculates how long a support ticket has been in the queue based on the date created. I am returning the results using the "d" for day. My results are returning with: 1 Day 2 to 6 Days 7 to 30 Days >31 Days Current Day Question: Do I have any control over...
  5. AssetRecovery

    DateDiff day results

    I have a formula that calculates how long a support ticket has been in the queue based on the date created. I am returning the results using the "d" for day. My results are returning with: 1 Day 2 to 6 Days 7 to 30 Days >31 Days Current Day Question: Do I have any control over...
  6. AssetRecovery

    Passing parameters in the url to the Crystal Report Server

    I saw somewhere where you can add a parameter to your url to change the viewer type from the active x viewer to say the dhtml viewer or the interactive viewer. What is that param name and what are the options.
  7. AssetRecovery

    Grand Totals in a sub report for three columns

    I have a report that needs to be modified slightly and I'm having trouble figuring out how to add grand totals to the end of three coluns. The three columns are in a sub report that prints out in the middle of the main report. My three columns are called 'Sum of @Create Total(Number)' 'Sum of...
  8. AssetRecovery

    Formula for calculating grand totals on three columns

    I have a report that shows three columns that have data in them. I need to take those numbers from each column and total then at the bottom of the column. I need an example formula that could do this or should this be handled in another method.
  9. AssetRecovery

    How to alternate background color on every other line

    I need to format some reports that have long lists of information and it would make them alot easier to read if I could format the background color to alternate everyother line like in templates. What would a sample formula for this look like?

Part and Inventory Search

Back
Top