Yes this is in access. My primary key is ID. What I want to do is in a form I
have
Read date (user will input)
Black Click (user will input)
Black Total (formula: current Black Click - previous record Black Click)
I want the Black total field to populate when the field in clicked
Is this possible??
:
is this data in Access? ... you are using Excel terminology to describe
it...
if it is in Access, what is the fieldname? What is the primary key
field of the table? What is the logic for determining the previous
record? -- do you have a sequential field?
Access does not have anything analogous to ROW in Excel -- records
cannot be referenced by a "record number" as that changes depending on
how the data is sorted and is not something that can be addressed
Warm Regards,
Crystal
remote programming and training
Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace
*

have an awesome day

*
guidop12 wrote:
I'm trying to subtract two figures from the same column (ex: a figure from
line 11 column B - a figure from line 10 column B) and then put the total in
a field on a form. Can someone help me with the expression I need to put in
the event for that field. I'm thinking it should go in the OnCLick property