L
LizA
Hi,
Im had to plan out the capacity the microsoft access database can hold. I am
supposed to find out how much is the size for each record per table and times
it with approximately the number of records extimated.
For example
I have table account_tbl, product_tbl, order_tbl
Let say i have 3 fields in each table
1) table_account - name_field, id_field, password_field
2) product_tbl - productId_field, productName_field, productDesc_field
3) order_tbl - orderId_field, orderDesc_field, orderDetails_field
Thus for each row of record in each table, i need to estimate the
approximate size of the data, and times it with the total record in the table.
How do i go about calculating and finding out the file size. I mean the
queries, reports and forms all goes together contributing to the file size.
I've tried trial and error deleting and adding records and queries,
tables.... to find out the file size but its seems that the file size stay
unchanged.
Please help me with this. Thanks
Im had to plan out the capacity the microsoft access database can hold. I am
supposed to find out how much is the size for each record per table and times
it with approximately the number of records extimated.
For example
I have table account_tbl, product_tbl, order_tbl
Let say i have 3 fields in each table
1) table_account - name_field, id_field, password_field
2) product_tbl - productId_field, productName_field, productDesc_field
3) order_tbl - orderId_field, orderDesc_field, orderDetails_field
Thus for each row of record in each table, i need to estimate the
approximate size of the data, and times it with the total record in the table.
How do i go about calculating and finding out the file size. I mean the
queries, reports and forms all goes together contributing to the file size.
I've tried trial and error deleting and adding records and queries,
tables.... to find out the file size but its seems that the file size stay
unchanged.
Please help me with this. Thanks