update

R

Rose Collins

I have a database that I am trying to do an update. I want Me.Diff =
Me.CurrentCount - Me.Standard. I only want to update this once, so
on_current wont work. Is there a way to make a button work for all records
on the form?
 
K

Keith Wilby

Rose Collins said:
I have a database that I am trying to do an update. I want Me.Diff =
Me.CurrentCount - Me.Standard. I only want to update this once, so
on_current wont work. Is there a way to make a button work for all records
on the form?
Easiest way is probably to have a button run an update query and then to
requery the form.

Keith.
www.keithwilby.com
 

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

Top