How to tick say 200 entries quickly ?

S

Steve

In my table, I have field with Yes/No in design view, becomes tickbox in
normal view, how can I tick quickly say 200 fields in one go, tried dragging
cursor down over them, Tried down arrow and hit enter but that jumps to next
column.
Steve
 
R

Rick Brandt

Steve said:
In my table, I have field with Yes/No in design view, becomes tickbox in
normal view, how can I tick quickly say 200 fields in one go, tried dragging
cursor down over them, Tried down arrow and hit enter but that jumps to next

No way I know of using the GUI. You could run an update query on the underlying
data or use some VBA code.
 
D

Daniel

Have you tried an update query? Probably your best bet. You could also
create a loop in vba to run through your records and change the values but I
would try the update query first!

Daniel
 

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