How to fill down on Access?

I

Ian

Does any one know a simple way of 'filling down' data -
ie copying down the same information into a number of
records - without having to do it manually
 
R

Rick B

Use an update query to locate the records you wish to change and then update
the field you wish to change.

Rick B

Does any one know a simple way of 'filling down' data -
ie copying down the same information into a number of
records - without having to do it manually
 
Top