Search results

  1. B

    Need help with look ups and combo boxes

    Okay, here is my situation. I have 2 option groups set up. One option group has the names of employees. The second group has the months of the year, as well as 1st Quarter, 2nd, Quarter, 3rd Quarter, 4th Quarter, and Total Year. I want the user to be able to choose an employee and a month and...
  2. B

    Another question on printing

    Okay, so I made a macro that will print just page 3 of my form. That is great. The problem is that now it will only print page 3 of the first record of the form. I want it to print whichever page i am on. I then tried making a combo box and selecting from there, but it still will not work. Any...
  3. B

    I only want page 3 of a for to print.

    How would I go about doing this? What is the code so that my command button only prints page 3 of a form? Thanks a ton!
  4. B

    Rotating text to print envelopes

    How do I rotate a text box 90 degrees so that I can use it to print envelopes, or is there a way to pre-set it that way? Any help is greatly aprpeciated. Thanks alot!
  5. B

    Printing a certain page.

    Could someone please tell me the code to make a command button in a form print only a certain page. For instance, page 3 of the form. Thanks alot!
  6. B

    Calculating a payment

    What is the formula for calculating a monthly payment on a mortgage in a form? is this possible. I have the loan amount, term, and interest rate. I can do this in excel, but how in access? Thanks alot!! Brian
  7. B

    Need help calculating a total in a form from a query. Is this possible?

    okay, here is the situation. I have a table where i put monthly liabilities (monthy payment). i then have a query that total's all these payments up for each individual client. They all appear as total's in the same query. I have a form where I have information about the client. I want to...
Back
Top Bottom