Repeat value from previous record

  • Thread starter Thread starter GShaw
  • Start date Start date
G

GShaw

I have an attendance database where I want to all persons
attending a class. The only field that changes will be
the identification field. All of the other fields are
identical. How can I get access to repeat data from a
prior field?
 
Fields belong to tables not databases. If all fields in a table are identical then why store them in the table at all
If you want to duplicate a table definition, simply copy the table under a new name then go modify it

----- GShaw wrote: ----

I have an attendance database where I want to all persons
attending a class. The only field that changes will be
the identification field. All of the other fields are
identical. How can I get access to repeat data from a
prior field
 
GShaw,

This may help, I'm not sure... When you are entering the data on your
form, use the Ctrl+' keyboard shortcut to enter the same value in a
field as in the same field in the previous record.
 
Back
Top