Good day,
I have inhereted an Access DB that is used to ask people questions about network maintance. I have been tasked with ripping this thing apart and creating a new version. I have most of everything figured out, but need some advice on the actually query of the questions.
*DB Operation* When the user first uses the db, they create a user profile; login name, password, phone, etc..... They also define which types of networks they administer (over 60 flavors). Once they have completed the profiler, I have a query setup to pull all the questions related to thier types of installed networks. I have several different ways of doing this, but am not quite sure on how to keep the database managable; for performance, size, and programming. As of right now, I have a semi-working If/then statements, but the performance is lacking and I have added about 50 additional network types.
Any Ideas would be greatly appreciated!
Thanks!!
Kendall
I have inhereted an Access DB that is used to ask people questions about network maintance. I have been tasked with ripping this thing apart and creating a new version. I have most of everything figured out, but need some advice on the actually query of the questions.
*DB Operation* When the user first uses the db, they create a user profile; login name, password, phone, etc..... They also define which types of networks they administer (over 60 flavors). Once they have completed the profiler, I have a query setup to pull all the questions related to thier types of installed networks. I have several different ways of doing this, but am not quite sure on how to keep the database managable; for performance, size, and programming. As of right now, I have a semi-working If/then statements, but the performance is lacking and I have added about 50 additional network types.
Any Ideas would be greatly appreciated!
Thanks!!
Kendall
Comment