C
Carrie
I am currently creating a database that a variety of users
will be using to fill out forms which they will then
print. Each form is for totally different information
(but they are all related) and they all contain a lot of
information.
I thought the best thing to do would be to create a table
for each form that needs to be completed (to keep the
number of fields down (there are probably a minimum of 45
fields per table) but, each form will include some
information that is the same (Req #, License #,
Coordinator...). Once they have filled out one form (ie.
Form A) they also need to fill out form B, C, D, E for the
same Req #. I would like all the information that will be
duplicated to automatically fill in to the remaining forms
so that they do not have to retype the info. I have been
working on my tables and cannot seem to get this to happen
(ie. I type info into Table A and even though it has a
relationship with Table B, Table B does not have the
relevant info). From reading some different threads in
Newsgroups, I think that maybe the forms will link the
information once created but, I want to make sure this
gets updated in the table as well. Am I totally on the
wrong track?
will be using to fill out forms which they will then
print. Each form is for totally different information
(but they are all related) and they all contain a lot of
information.
I thought the best thing to do would be to create a table
for each form that needs to be completed (to keep the
number of fields down (there are probably a minimum of 45
fields per table) but, each form will include some
information that is the same (Req #, License #,
Coordinator...). Once they have filled out one form (ie.
Form A) they also need to fill out form B, C, D, E for the
same Req #. I would like all the information that will be
duplicated to automatically fill in to the remaining forms
so that they do not have to retype the info. I have been
working on my tables and cannot seem to get this to happen
(ie. I type info into Table A and even though it has a
relationship with Table B, Table B does not have the
relevant info). From reading some different threads in
Newsgroups, I think that maybe the forms will link the
information once created but, I want to make sure this
gets updated in the table as well. Am I totally on the
wrong track?