Enter values into existing field

E

Ellen

Hello,
I'd like to add another field to my table and for whole
field to have all the same entry, namely the
number "1". How can I do this? (I know how to add a
field-- just need to know how to give it all the
same entry.)

I notice that entering "1" into the default box will
add "1" to new entries. I'd like "1" entered into all
existing records of the new field.

Thank you in advance,
Ellen
 
G

Guest

Just create an update query. Bring the field you want updated into your
columns and in the update to line, put 1.

Hope this helps.
 
G

Guest

Thanks, Jackie. Yes I did update it with an update
query. Just hoping there would be a simpler way.
 

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