T
The BIG O
Hello all,
I have an entry form that currently stores all of the data in one table.
The user is to enter requests received by the branch into the entry form.
However, the user has to enter this request multiple times depending on the
number of finalists receiving the request from the user. example branch
sends a request that is to go to company a, company b, and company c. THe
user will enter each as a separate record for several reasons with the main
one being able to keep a count of the total number of requests he has to work
on.
Essentially most of the data entered into the table is the details about the
request and is going to be duplicated on multiple records. Other than
copying/pasting the first record in the request table and updating each new
record with the data that pertinent to the finalist; is the a better way of
doing this?
I am using Access2003. There is an autonumber field in the database as well.
Thanks
Michael
THE BIG O
I have an entry form that currently stores all of the data in one table.
The user is to enter requests received by the branch into the entry form.
However, the user has to enter this request multiple times depending on the
number of finalists receiving the request from the user. example branch
sends a request that is to go to company a, company b, and company c. THe
user will enter each as a separate record for several reasons with the main
one being able to keep a count of the total number of requests he has to work
on.
Essentially most of the data entered into the table is the details about the
request and is going to be duplicated on multiple records. Other than
copying/pasting the first record in the request table and updating each new
record with the data that pertinent to the finalist; is the a better way of
doing this?
I am using Access2003. There is an autonumber field in the database as well.
Thanks
Michael
THE BIG O