Search results for query: *

  1. I

    Can't get a range of pages to print

    Eric, Any chance you can put the code here so that the rest of us don't run into the same problem? TIA iraqifreedomvet
  2. I

    Daily Alert Procedure

    In the program I am writing I want to add a Daily Alert so that the enduser knows woh is behind in rent payment, what work orders are still open etc. Whats the best way to accomplish this? TIA for the assistance iraqifreedomvet
  3. I

    Additional assistance needed

    FYI, If anyone else has this question I have found the answer..........Use Dim frm As New Form() (Replace Form with the name of the form) frm.Show() iraqifreedomvet
  4. I

    Additional assistance needed

    Re: Additional assistance needed...... How do I set the IsMdiParent. I changed the IsMdiContainer to true on the New Property Form try to run the program, then get an error saying that a form can not be a child and a parent
  5. I

    Additional assistance needed

    Re: Need Assistance once again What I would like to have happen is when the end user clicks on the "Owner" button for example, the "owner" screen opens. But what I can't figure out is the New Property Window is not an MDI Container. how would I make this Button Click even happen? Once Again TIA
  6. I

    Additional assistance needed

    Okm the advicxe I recieved earlier helped alot, now I find myself needing more assistance. The question is how do I open a form within a form when the enduser clicks on a button on the first form? Thanx in advance iraqifreedomveteran03
  7. I

    Help With Basic Math...........

    I guess what I want to happen (sorry for not explaining before) When the end user clicks the Calculate button the amount due (weather it be 0 or 300) automatically appears along with a label below the last box telling the end user the amount still owed or the amount of the refund. The code I was...
  8. I

    Help With Basic Math...........

    schenz; This helps alot but how do I get the result to automatically appear in the "Total Amount Due" TextBox?
  9. I

    Help With Basic Math...........

    I am writing a Property management Program and I have run into a snag and any help with coding would be appriciated. What I want is in figure (A) Add the The "Total Amount of Rent" in Textbox 1, and the "Security Deposit Amount" and have the end result appear in Textbox 3 ("Total Amount Due). If...
Back
Top