Using Form To update 1 of 3 fields

D

Dustin

I need to use a single form to update only 1 of 3 similar fields in a table,
if anyone has any suggestions that would be wonderful
-- Thanks
Dustin
 
R

Rick B

No idea how to answer this. You would have to explain more. Do you want
the user to make an entry and then use some type of code and logic to
update a field? Do you want the three fields on your form and let the user
change only one of them then lock the others? What does "similar" mean
here?

More details please.
 
J

John Vinson

I need to use a single form to update only 1 of 3 similar fields in a table,
if anyone has any suggestions that would be wonderful

If I'm understanding your question aright - and I doubt it very much -
simply put a textbox on the form bound to one of the fields, and leave
the two that you don't want updated off the form.

Am I missing the point?

John W. Vinson[MVP]
 
Top