Updating fields trouble!

Nitrous

Registered User.
Local time
Today, 14:07
Joined
Jan 23, 2003
Messages
16
I have a form where I enter data to, and a button to update a field. It takes a percent and changes it into a grade for a particular subject. Now what happens when I press the update button is that it changes the grades for every single person instead of just the active person. How do I make it do only the active person?
 
Post more details on your subject table andthe routine of the button.
 
You are running an update query and you should be just placing the value in a bound field.
 

Users who are viewing this thread

Back
Top Bottom