G
Guest
I have several forms that look similar with a search box on the left and a
tab control to the right. I'm trying to keep my form layout consistent so
users know where to find stuff.
The search boxes have different columns depending on what is being searched
for. I could programmatically change everything about the search box,
including the display columns, but the question is, do I want to do that? Do
I use one form and write a lot of code to change things, or do I make
multiple forms with the same layout?
In the past I've tried putting everything in a subform and changing out the
subform on a main form. I've run into problems needing more nesting than a
sub-sub form, plus that was slow. I've also tried putting controls on top of
each other and making one visible at a time. Won't go there again. What's the
best strategy for high performance and reasonable maintenance? You can point
me to an article if you've got one.
Thanks again.
tab control to the right. I'm trying to keep my form layout consistent so
users know where to find stuff.
The search boxes have different columns depending on what is being searched
for. I could programmatically change everything about the search box,
including the display columns, but the question is, do I want to do that? Do
I use one form and write a lot of code to change things, or do I make
multiple forms with the same layout?
In the past I've tried putting everything in a subform and changing out the
subform on a main form. I've run into problems needing more nesting than a
sub-sub form, plus that was slow. I've also tried putting controls on top of
each other and making one visible at a time. Won't go there again. What's the
best strategy for high performance and reasonable maintenance? You can point
me to an article if you've got one.
Thanks again.