I would like to have a large amount of information, and some of that
information is pictures. So, I would like a tab for information, tab for
pictures, and a tab for alternate pictures.
I tried using the tab control tool, but could not get it to do what I want.
I want the first tab to show the information, click on the second tab(the
info disappears) and the pictures appear, click on the third tab(the pictures
disappear) and the alternate pics show up. I hope I described what I am
after. Thanks for your help!
Access is VERY BAD at storing picture data: the database bloats
enormously with even a few pictures. Adding a 25k jpg image can bloat
the database by a megabyte. You really should consider storing the
pictures as external files, and storing only the file names or
hyperlinks in your Access tables.
It can be tricky to put controls (Image controls, textboxes, subforms,
anything) onto a tab control. If you just drag the control on, it's
actually put *in front of* the tab control; the effect is that you see
the image no matter which tab you select.
The solution is to:
- Select the control or controls you want on the tab page
- Type Ctrl-X to cut them to the clipboard
- Select the *tab* (not the surface) of the desired tab page; the
surface will darken to indicate it's been selected
- Type Ctrl-V to paste the controls onto the page
Repeat for each page. Or, select the tab page and *then* use the
toolbox to insert your control.
John W. Vinson[MVP]