R
rjvega
I'm creating a database to store information regarding the storage and
history of some production tools. I also want the users to be able to use
the database to create an order sheet. Most of the information in the form,
however, is not needed for historical records.
I created a form where users enter information for a new tool. My original
plan was to have only some of this data write to the main data table. I then
wanted to have this form generate a report which would in turn become the
order sheet. I want the information that is not stored in the table to
appear on this report.
The reason I chose not to keep some information (which are comprised of 15
text fields) is to limit the size of the database. My question is, assuming
we have about 4000 - 5000 records, how much am I gaining by not saving these
records, and am I creating more trouble for myself by trying to create a
report with unsaved data?
history of some production tools. I also want the users to be able to use
the database to create an order sheet. Most of the information in the form,
however, is not needed for historical records.
I created a form where users enter information for a new tool. My original
plan was to have only some of this data write to the main data table. I then
wanted to have this form generate a report which would in turn become the
order sheet. I want the information that is not stored in the table to
appear on this report.
The reason I chose not to keep some information (which are comprised of 15
text fields) is to limit the size of the database. My question is, assuming
we have about 4000 - 5000 records, how much am I gaining by not saving these
records, and am I creating more trouble for myself by trying to create a
report with unsaved data?