controls in tab control
Access 2003:
I have a tab control with 3 tab pages in it, one of the pages has a listbox in it along with a subform, when i flip between pages the subform disappears like it should but the listbox doesn't.
I've tried setting the visible property manually on the tabconrol's change() but still nothing.
I tried adding another listbox to the page, and that one does disappear.
What's causing this ?
p.s. I know it's on the tab page because when i try to drag it on the form,, the tab page expands
|