continuous form problem

  • Thread starter Thread starter Mazza
  • Start date Start date
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
 
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.
 
You can maybe use conditional formatting, depending on the "something" that
you want to do.
 

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