video 01

video 02

video 03

video 04

video 05
















Skip to main content

Posts

Showing posts with the label themissbnasty

cchanatt

Calculates the payment for a loan based on constant payments and a constant interest rate. Syntax PMT ( rate , nper , pv , fv , type ) For a more complete description of the arguments in PMT, see the PV function. Rate      is the interest rate for the loan. Nper      is the total number of payments for the loan. Pv      is the present value, or the total amount that a series of future payments is worth now; also known as the principal. Fv      is the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (zero), that is, the future value of a loan is 0. Type      is the number 0 (zero) or 1 and indicates when payments are due. ...

zoleinyr

You can use the SaveObject macro action to save either a specified Access object or the active object if none is specified. You can also save the active object with a new name in some cases (this functions the same as the Save As command on the Quick Access Toolbar ). Note:  Beginning in Access 2010, the Save macro action was renamed to SaveObject . Note:  This action will not be allowed if the database is not trusted. Setting The SaveObject action has the following arguments. Action argument Description Object Type ...