MS Access question

  • Thread starter Thread starter Sue
  • Start date Start date
S

Sue

I would like to make every entry in a column the same
thing. I would normally just copy and paste, but there
are 15,000 records. I know there is a procedure to do
this with keystrokes but I can't find it in the help
menu. I would appreciate your help. Thanks
 
The best approach would be to use an Update query.

Doing it via keystrokes, cut-and-paste or even VBA code are far less
desirable approaches.
 
Thanks Doug, I went to your website but couldn't find the
answer to my question. Could you please give me the
link? Thanks a lot!
 
Thanks for the link Doug, but thats not what I am looking
for. There is a keystroke command that copies the entire
column the same entry. I used it before but can't
remember what is is. Now I can't find it again in the
help menu.
 
Are you talking about Excel? This newsgroup is for questions about Access,
the database product that's part of Office Professional, and as far as I'm
aware, there's no such keystroke in Access.
 
Ctrl+' will copy the value of the field in the previous record, if that's
what you're seeking.
 

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