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 gkittelson 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. jasonz

    How to make calculate button work????

    Thanks for the advice MichaelRed. I was wondering do you have any ideas on how I can make a calculating button with what you have said above. I am not to adapt to the method you are talking about, if you could explain it that would be great. Thanks for the help.
  2. jasonz

    Having a problem with a design of a Query!!!!!

    Hey Chubby,JasonZ here. I tried what you said, but unfortunately I got an error message that states "Cannot have aggregate function in ORDER BY clause (Sum([Check_Amount])). Well anyway, if you could please help me with this problem. I would like to do totals for this field and another...
  3. jasonz

    How to make calculate button work????

    Hey, thanks Terry for the advice. Unfortunately it doesn't work still. I did exactly what you said and used the values that you typed above. I ran the macro and it still only adds to the left of the decimal.(whole numbers) and ignores the cents all together now. Before, when it was on currency...
  4. jasonz

    How to make calculate button work????

    Hello I have a simple question I hope. I need to make a calculate button work. Here is the information I have so far: In my Macro I have ([Forms]![Status of Payment]![Check Amount:]) in the item part and ([Forms]![Status of Payment]![Check Amount:]+[Forms]![Status of Payment]![Text132]) in the...
  5. jasonz

    Having a problem with a design of a Query!!!!!

    Here is the situation: There is a Status_of_Payment table that includes a field called check_amount; which spits out currency values. Well I made a query with a couple fields in it and one of them was like this "Monthlybill: Sum(([Check_Amount]*0.07)) Well this is a really nice query...
  6. jasonz

    Adding date by increments of 1 or -1??????????

    I found this answer in the forum, but I don't understand how to make the control button: Here is the information I found: To provide this functionality in Access, attach this Event Procedure to the KeyPress event of your control. Select Case KeyAscii Case 43 ' Plus key...
  7. jasonz

    Lookup records with Form button??????

    I have a question regarding making a button in my form that could pull from the "case#" field and show me a box to just enter in the case# and press ok and then pull the record that has that case# I specified. (like a parameter). Basically I have two Forms "STatusDos" and...

Part and Inventory Search

Back
Top