Not really. You would typically be entering data one record at a time in a
form, not entering it down a list in the table like Excel. When you enter a
record, you can set up the form to DEFAULT an entry in certain fields.
Another option is to press CTRL-' while in a field. This will copy the
value from the previous record. The last option I can think of (and the one
you will most likely want) is to create an update query and have it locate
all records where STATE is blank, and update it with your state. Do the
same for CITY and ZIP.
Hope that helps.
Rick B
administrator said:
I am making a data base of addresses. The last three columns have the same
information. Is there a way to copy the text down the way you do in
Excel?