continuous form problem

M

Mazza

Hi,
I have a problem with a continuous form whereby if I write a bit of code to
do something in a record it does it to all the records in that continuous
form.
How can I prevent this from happening?

Thanks in advance.

M
 
D

Douglas J. Steele

What sort of calculation? Can you do it in the query that forms the
recordset for the form?

If not, you're probably out of luck: referring to a control in a continuous
form affects all of values for that control.
 
B

BruceM

You can maybe use conditional formatting, depending on the "something" that
you want to do.
 
Top