Tekime
Registered User.
- Local time
- Yesterday, 23:55
- Joined
- Jun 26, 2003
- Messages
- 72
Hi all,
I hope this belongs here instead of the forms forum.
I am nearing completion of a chargeback database I have created in Access 2000. The database has ~100,000 records in the orders table and ~100,000 records in the transactions table. Both of these figures will most likely balloon to around half a million records by near end. I have split the DB and access is over a local network of Win2K and NT 4 machines.
While most of the processes required of the DB are data entry related, I am struggling with the most efficient method of searching for records.
I am trying to centralize the approach by creating a single continuous form with which to find chargebacks. Each line will have a button to open various forms for data entry and detailed informational purposes.
In a situation with many records and a fairly dependant schema (lots of relationships and dependant fields), would it be more efficient to set the recordsource of the continuous form to retreive info on all of the existing chargebacks in the database, or to load up an empty form with a search box on top, and perform a search query with a much smaller recordset being returned, yet more often?
I know this isn't a balck and white issue, but this is my first big project and I could use some tips/pointers on how to weight my options. Also if anyone could recommend a good way to monitor the network load, query time, etc. to compare performance of various methods it would be a huge help.
I apologize if this isn't entirely clear. I'm a bit under the weather today and probably not making perfect sense
Thanks
I hope this belongs here instead of the forms forum.
I am nearing completion of a chargeback database I have created in Access 2000. The database has ~100,000 records in the orders table and ~100,000 records in the transactions table. Both of these figures will most likely balloon to around half a million records by near end. I have split the DB and access is over a local network of Win2K and NT 4 machines.
While most of the processes required of the DB are data entry related, I am struggling with the most efficient method of searching for records.
I am trying to centralize the approach by creating a single continuous form with which to find chargebacks. Each line will have a button to open various forms for data entry and detailed informational purposes.
In a situation with many records and a fairly dependant schema (lots of relationships and dependant fields), would it be more efficient to set the recordsource of the continuous form to retreive info on all of the existing chargebacks in the database, or to load up an empty form with a search box on top, and perform a search query with a much smaller recordset being returned, yet more often?
I know this isn't a balck and white issue, but this is my first big project and I could use some tips/pointers on how to weight my options. Also if anyone could recommend a good way to monitor the network load, query time, etc. to compare performance of various methods it would be a huge help.
I apologize if this isn't entirely clear. I'm a bit under the weather today and probably not making perfect sense
Thanks