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!

Recent content by tigerlilly

  1. tigerlilly

    calculation problem

    Hello, I have posted this problem a few days ago now I am having problems with my calculation. I am not supposed to have negative numbers in my calculations and EOY value needs to be 0 when the last year is calculated. Depreciation remains constant though out. Also how do I get the totals to...
  2. tigerlilly

    Questions about aligning fields Please help.....

    Thanks Jon I am still having trouble though. I still don't understand. The column headings need to display like this: EOY Accum Year Depr Value Depr How do I do this?
  3. tigerlilly

    Questions about aligning fields Please help.....

    I am trying aligning my columns and getting rid of the decimal points I have it now defined as currency, but it is supposed to be a number W/O decimals. My code is below. Can someone please help me?? Thank you!!! Private Sub DisplayHeader() txtschedule.Text = RightAlign("EOY&quot...
  4. tigerlilly

    Problem validation

    Thanks!!!!!!!!!!!
  5. tigerlilly

    Problem validation

    What is the code to validate a text field that is required and is greater than 0. Also if Price is subtracted from down payment I have the validate the down payment field so that it is less than the price.
  6. tigerlilly

    Help amorization table

    Hi I need help with creating a amortization table. What I need is a program that produces straight-line depreciation. I need to include a field for the purchase price and the term in years over which the asset is depreciated. My table needs to display the year, yearly depreciation, end of year...
  7. tigerlilly

    Problem with validation

    I need help with the following problem. I am trying to validate my fields when I click the command button I do not get an error message. My code is attached. Thank you!! Private Sub cmdexit_Click() Unload frminvestment End Sub Private Sub cmdFV_Click() If Len(txtIR.Text) > 0 Then If...

Part and Inventory Search

Back
Top