How to make this calculation?

Joined
Oct 25, 2005
Messages
1
Reaction score
0
Hello everyone

I recently started working with MS Access and found the following problem.
I have 3 tables: X, Y, Z. I need a result of following equations:

X.2 = X.1 + Y.2 - Z.2
X.3 = X.2 + Y.3 - Y.3
X.4 = ....
where:
1,2,3,4 are successive records

returned to my form.

Is there any way to complete that?
It is easy with Excel, but how can I refer to preceding record in Access?

Regards,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top