Duplicate replace empty with data

E

Ecloque

In access 2003, duplicate a cell with data into the remaining empty cells in
the same column. As excel will do by draging the info down through the empty
cells in the column.
 
R

Rick B

Access is not a spreadsheet. You don't have CELLS or COLUMNS. The records
are not in any particular order in a table.

If you want to update fields in a table, then you would use an update query.
 
Top