can you 'control & apostrophe' copy for many fields at once?

P

playhavoc

To insert the value from the same field in the previous
record CTRL+APOSTROPHE (')

i would like to enter the same value of one feild into the following 20
fields at once, is this possible?
 
J

John Vinson

To insert the value from the same field in the previous
record CTRL+APOSTROPHE (')

i would like to enter the same value of one feild into the following 20
fields at once, is this possible?

You could do it using VBA code... but this makes NO sense. Why would
you want to store the same value in twenty fields in a table? or, for
that matter, in twenty records in a table?

Step back a bit. What are you trying to accomplish; what is the
structure of your data; and why 20 (rather than 15 or 200)?

John W. Vinson[MVP]
 
Top