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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.