Form Calc Using Previous Record Data

jrub

Registered User.
Local time
Today, 05:45
Joined
Dec 11, 2012
Messages
52
Hi Everyone,

I'm looking for some help with referring to a previous record in a form and performing calculations with that value.

I've uploaded a sample DB to better understand what I refer to.

In the form, a user can adjust the "Percent" cell percentage to what they like. The neighboring fields, "Contributions" and "Interest" automatically recalculate new values based on the user input for the "Percent" field.

The "Fund Balance" value is the SUM of the previous record's "Fund Balance", previous "Contributions" and previous "Interest" fields.

How can I get the "Fund Balance" field to automatically recalculate using data from the previous record's form calculation???

I am a noob so any help is appreciated, thanks.
 

Attachments

Anyone out there with any ideas?
Please?
 
I've been doing some reading, apparently this is feasible using a DAO recordset/bookmark/VBA code type setup...can anyone comment?
 

Users who are viewing this thread

Back
Top Bottom