Automatic paste to multiple fields?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to take data from one field and paste it to a number of other fields within a Table? I need a shortcut so I don't have to paste over and over again in each individual field.
 
What exactly are you trying to do? Copy to other fields in
the same record or, I hope, to different records. Are you
trying to do this in the table or the form?

One method is update queries and there are others, but you
don't supply enough info to really help you.

Gary Miller
Sisters, OR

message
Is it possible to take data from one field and paste it to
a number of other fields within a Table? I need a shortcut
so I don't have to paste over and over again in each
individual field.
 
Is it possible to take data from one field and paste it to a number of other fields within a Table? I need a shortcut so I don't have to paste over and over again in each individual field.

An Update query can do this - but the *need* to do it is very
suspicious! Why do you need to store the same data in multiple fields
in the same record (or different records, and which do you mean)?

Could you describe your table structure, and what you want copied
where?
 
I would suggest you create an update query to do this

-----Original Message-----
Is it possible to take data from one field and paste it
to a number of other fields within a Table? I need a
shortcut so I don't have to paste over and over again in
each individual field.
 
Back
Top