G
Guest
Help please
I have a form tha has quite a few Text/Combo Boxes on it and I use the same
form for different uses. This means I have to clear the form and re-populste
it with the right List / Combo Boxes for that particular use (done via
Openargs from a Menu Form). Currently, I clear the form by listing all the
boxes in the fofmat Listbox1.visible = False through to Listbox59.visible =
False. Then I have to run through the whole thing again to populate it with
the particular boxes that I need for that current operation.
Is there an easier approach?
Thanks RayC
I have a form tha has quite a few Text/Combo Boxes on it and I use the same
form for different uses. This means I have to clear the form and re-populste
it with the right List / Combo Boxes for that particular use (done via
Openargs from a Menu Form). Currently, I clear the form by listing all the
boxes in the fofmat Listbox1.visible = False through to Listbox59.visible =
False. Then I have to run through the whole thing again to populate it with
the particular boxes that I need for that current operation.
Is there an easier approach?
Thanks RayC