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!

Recent content by sue1127

  1. sue1127

    compare tot 12 digit accts with 5 digit account

    Thanks to all who responded. I was able to get it working correctly. Sue
  2. sue1127

    compare tot 12 digit accts with 5 digit account

    I'll try that again. It's been a very long day. The 12 digit accounts would be 200012347405 10.00 201036987405 15.00 202043567405 20.00 The fund account in all cases is 27405, and that amount should equal the total of the 12 digit accounts
  3. sue1127

    compare tot 12 digit accts with 5 digit account

    Sorry, I'm confusing myself. In the example in my last post, the 3rd 12 digit account should end with 7405.
  4. sue1127

    compare tot 12 digit accts with 5 digit account

    I have tried grouping by 5 digit account then by 12 digit account. For example, you have a 5 digit(fund) account: 27405 45.00 You have several 12 digit accounts: 212347405 10.00 236987405 15.00 243567505. 20.00 I want the total of these 12 digit accounts(i.e...
  5. sue1127

    compare tot 12 digit accts with 5 digit account

    I am using Crystal Reports 8 on MS sql server 2000. I need to compare the total of accounts such as 2xxxx7801 with the amount of account 27801. The 2 in the example stands for the fund, and there are several different funds. I can't seem to construct the report so that the 5 digit account is...
  6. sue1127

    sizing powerpoint action buttons

    Thanks, Skip, that worked perfectly. Sue
  7. sue1127

    sizing powerpoint action buttons

    I'm a newbie to powerpoint. I created next and previous buttons on each slide, but they are different sizes and at different locations. Is there a way I can make all the buttons the same size? Also, is there a way I can make all Previous buttons at the same location on each slide? Thanks...
  8. sue1127

    Stored Procedures from Crystal 8.5 to 10

    I am currently using Crystal Reports 8.0 and Sql Server 7.0. We are thinking of upgrading some people to CR 9.0. If I bring a CR 8.0 report into CR 9.0 and modify it, can I save it back to CR 8.0 format to be used by people with CR 8.0? Thanks for your help. Sue
  9. sue1127

    column prefix does not match table name(but it does)

    vongrunt, Thanks for getting back to me. I'm still not quite sure about how to get around with the newer form of sql, but since the sql was already in place(from Crystal), I tried to follow that form. I'm more accustomed to putting just the table names in the From section and the joins in the...
  10. sue1127

    column prefix does not match table name(but it does)

    I'm using Sql Server 2000 on the client, and Sql Server 7 on the server. I copied sql generated by Crystal reports into a stored procedure and modified it to include 2 new tables--budget_lists, and budget_list_accounts. When I run it in query analyzer, it parses ok, but when I try to execute...
  11. sue1127

    message "Could not copy built outputs to the Web. Unable to add

    Thanks for the link. I'm going to try the workaround. Apparently the Service Pack is not yet available. Do you have any idea when it will be coming out?
  12. sue1127

    message "Could not copy built outputs to the Web. Unable to add

    I am just getting started in asp.net. I am running Windows XP and Visual Studio.Net 2003. When I tried to build an ASP.Net Web Application, I got the following message: Could not copy built outputs to the Web. Unable to add folder '../labfiles' to Web project. Server error: '../labfiles'...
  13. sue1127

    can't get all the information from the stored procedure

    Well, I finally got information displaying for last fiscal year. I couldn't get the union to work right. Apparently what did it was Dave's Cast/ReCast syntax, along with changing the Crystal running totals formula to 2004, instead of last fiscal year. Neither one of those worked alone, but...
  14. sue1127

    can't get all the information from the stored procedure

    Thanks Dave. I was on the right track, but couldn't get the syntax quite right. I'll give it a try.

Part and Inventory Search

Back
Top