V
Vayse
Hi
I'm looking for ideas. I've just taken over a project.
The database layout is like this: There is a clients table, and 28 linked
tables.
Each of these tables covers a different aspect of the clients business.
At the moment, there is frmClient, with a tab control. The tab control has
28 tabs, each with a sub form. Each sub form is based on one of the tables.
This loads slowly, and also is near the max number of controls allowed on a
form.
I'm looking for a better way. A table redesign is out of the question, btw.
I'm definite I want to remove the subforms.
So far, here's what I thought of:
1) Add a menu system.
Group similiar forms (eg Sales, Overland Sales, Salesmen) together on a
menu, and user navigates this.
For example, user would click Menu->Sales->Salesmen
Not sure if this is a great idea though, as it would require a lot of
navigation by the user
2) Load of Buttons
Have 28 buttons.Each button opens a form.
I could use labels with an OnClick event, rather than command buttons, and
maybe group the buttons by colour?
28 seems like a lot of buttons though, could be difficult for the user to
find what he is looking for.
Its important to get this right, as we all know appearance is a big factor
for users.
If anyone has suggestions, I'd appreciate it. If you have done something
similiar, with a neat solution, and have a screenshot somewhere - please let
me know.
Thanks
Diarmuid
I'm looking for ideas. I've just taken over a project.
The database layout is like this: There is a clients table, and 28 linked
tables.
Each of these tables covers a different aspect of the clients business.
At the moment, there is frmClient, with a tab control. The tab control has
28 tabs, each with a sub form. Each sub form is based on one of the tables.
This loads slowly, and also is near the max number of controls allowed on a
form.
I'm looking for a better way. A table redesign is out of the question, btw.
I'm definite I want to remove the subforms.
So far, here's what I thought of:
1) Add a menu system.
Group similiar forms (eg Sales, Overland Sales, Salesmen) together on a
menu, and user navigates this.
For example, user would click Menu->Sales->Salesmen
Not sure if this is a great idea though, as it would require a lot of
navigation by the user
2) Load of Buttons
Have 28 buttons.Each button opens a form.
I could use labels with an OnClick event, rather than command buttons, and
maybe group the buttons by colour?
28 seems like a lot of buttons though, could be difficult for the user to
find what he is looking for.
Its important to get this right, as we all know appearance is a big factor
for users.
If anyone has suggestions, I'd appreciate it. If you have done something
similiar, with a neat solution, and have a screenshot somewhere - please let
me know.
Thanks
Diarmuid