M
Mike375
Guest
Ian,
Perhaps if I elaborate you will see why I use 15 tables, BUT if there is a better way and I gain then I change. Of course one must always consider the time and effort to impliment the changes.
Each of the 15 tables are identical except for the salesman number. There is one query for each table and each query simply has one calulated field.
Each table has 365 days entered. Each table has 20 fields for appt slots. 10 for the appointment time and 10 for the expected finising time.
However, the actual appointments and details are stored in one table. A double click on one of the fields that has the 20 appt slots will open a form for the corresponding entry in the appointment table.
When I click OpenDiary on the cold calling form then the diary form opens and the record source is set for the salesman associated with that prospect.
If I place all 15 tables into one table I finish with 5475 records. However, for some type of calling we stick 2 years of dates in a table. It is just so much simpler to do that in the specific table and doubly so when I am getting someone else to do it over the phone. I can also tell you that on older slow machines the diary is too slow to open with 5475 records. Also, I often hire out part of the data base for telemarketing and that might involve only 1 or 2 categories. All so much simpler when it is split up like I have it done.
It is also much easier with 15 separate tables for the caller to email me that table. I just have some macros made with names of Salesman 1, Salesman 2 etc and those macros export the table in question to .mdb file with nothing else in it and the caller emails to me that .mdb file.
Mike
Perhaps if I elaborate you will see why I use 15 tables, BUT if there is a better way and I gain then I change. Of course one must always consider the time and effort to impliment the changes.
Each of the 15 tables are identical except for the salesman number. There is one query for each table and each query simply has one calulated field.
Each table has 365 days entered. Each table has 20 fields for appt slots. 10 for the appointment time and 10 for the expected finising time.
However, the actual appointments and details are stored in one table. A double click on one of the fields that has the 20 appt slots will open a form for the corresponding entry in the appointment table.
When I click OpenDiary on the cold calling form then the diary form opens and the record source is set for the salesman associated with that prospect.
If I place all 15 tables into one table I finish with 5475 records. However, for some type of calling we stick 2 years of dates in a table. It is just so much simpler to do that in the specific table and doubly so when I am getting someone else to do it over the phone. I can also tell you that on older slow machines the diary is too slow to open with 5475 records. Also, I often hire out part of the data base for telemarketing and that might involve only 1 or 2 categories. All so much simpler when it is split up like I have it done.
It is also much easier with 15 separate tables for the caller to email me that table. I just have some macros made with names of Salesman 1, Salesman 2 etc and those macros export the table in question to .mdb file with nothing else in it and the caller emails to me that .mdb file.
Mike