Z
ZBC
I am confused about what is meant by some of the Events:
On Exit
On Got Focus
After Update
etc.
Exit from what??? ... moving the cursor out of the the Textbox or
Exiting the record?
After Update ... the Textbox or the record?
I haven't the foggiest what 'On Got Focus' means?
I am using an expression like:
Me!CurrentReserve = Nz(Me!CurrentReserve, 0) + Nz(Me!ReserveChange,0)
in the 'On Change' Event of a Textbox. CurrentReserve is a table field
that is a Record Source for a Textbox.
At what point does the table actually get changed?
WHAT I WANT TO DO ... is to temporarily reuse (as a variable) the value
of the Table field 'CurrentReserve' that was in the field when I entered
the current record and to be able to use it in expressions (unchanged) -
until I move to the next record (using Navigation Buttons).
Does this make sense?
Any enlightenment would be appreciated!
On Exit
On Got Focus
After Update
etc.
Exit from what??? ... moving the cursor out of the the Textbox or
Exiting the record?
After Update ... the Textbox or the record?
I haven't the foggiest what 'On Got Focus' means?
I am using an expression like:
Me!CurrentReserve = Nz(Me!CurrentReserve, 0) + Nz(Me!ReserveChange,0)
in the 'On Change' Event of a Textbox. CurrentReserve is a table field
that is a Record Source for a Textbox.
At what point does the table actually get changed?
WHAT I WANT TO DO ... is to temporarily reuse (as a variable) the value
of the Table field 'CurrentReserve' that was in the field when I entered
the current record and to be able to use it in expressions (unchanged) -
until I move to the next record (using Navigation Buttons).
Does this make sense?
Any enlightenment would be appreciated!