olorin
Registered User.
- Local time
- Today, 21:14
- Joined
- Jun 9, 2006
- Messages
- 81
Hi there,
First let me thank all who have helped me build a functional Sales/Shipping/Orders database.
I could not have done it without the generous help from people on this forum, and a couple of good books.
Presently;
I have one main table, where the day to day data-entry is entered, "tblShipping". There are a number of other tables also, but they are mainly to store Organization names, or AddressTypes, Products etc etc.
Then I have quite a few different queries based on the main tblShipments that I generate reports from.
As tblShipments gets larger, then the reports etc take longer to generate.
My query is this;
Would it be beneficial to do MakeTable Queries that would make tables, (or append records once the tables have been made), based on certain criteria?
For example; I thought maybe I could make tables based on certain customers, certain products, hauliers, etc. etc. and then base the queries that generate reports and do calculations etc. on those tables, instead of the main data entry table. Then every time a new record is added to the main table I could have the data appended to the relevant tables, and as the tables would not actually be linked to anything and also reside in the FrontEnd, as opposed to the BackEnd on the server, (which they are at present), things may speed up a bit.
Having read this post through before posting it, it sounds a reasonable thing to do, but as yet I haven't done anything to the database without first checking in here to see what the experts think.
Your time, as always, is apreciated
First let me thank all who have helped me build a functional Sales/Shipping/Orders database.
I could not have done it without the generous help from people on this forum, and a couple of good books.
Presently;
I have one main table, where the day to day data-entry is entered, "tblShipping". There are a number of other tables also, but they are mainly to store Organization names, or AddressTypes, Products etc etc.
Then I have quite a few different queries based on the main tblShipments that I generate reports from.
As tblShipments gets larger, then the reports etc take longer to generate.
My query is this;
Would it be beneficial to do MakeTable Queries that would make tables, (or append records once the tables have been made), based on certain criteria?
For example; I thought maybe I could make tables based on certain customers, certain products, hauliers, etc. etc. and then base the queries that generate reports and do calculations etc. on those tables, instead of the main data entry table. Then every time a new record is added to the main table I could have the data appended to the relevant tables, and as the tables would not actually be linked to anything and also reside in the FrontEnd, as opposed to the BackEnd on the server, (which they are at present), things may speed up a bit.
Having read this post through before posting it, it sounds a reasonable thing to do, but as yet I haven't done anything to the database without first checking in here to see what the experts think.
Your time, as always, is apreciated