Repeat value from previous record

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?
 
D

Dorian

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
 
S

Steve Schapel

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top