I'm having trouble using pictures on my form (Access 2007). I have a form with a Tab Control on it. Essentially, it is a three page form. I have a .gif file which I would like to use as a baground image on each tab within the form. The only way I've been able to insert the picture is to insert it as a logo. I would have thought using it as an unbound object would be the proper method, but the image won't show up that way, only a picture icon. When in insert the logo, it appears to not to sit within the tab, but rather ontop of, or behind it. So it either blocks all the other fields I have in my form, is completely blocked by the tab control.
How do I set my image as a background image which appears exactly the same on each of the tabs within the tab control of my form?
The second issue I'm having is inserting a bound image to the form and having it display properly. It's an employee photo saved as a .jpg. In the table itself, when I insert the photo, it shows up as "package". In the form, it shows the name of the file and a picture icon (not a thumbnail). I can double click and have it open the file, but I want to actually display the picture directly in the form. I've read that the file has to be converted, but it doesn't say to what. I've tried right clicking on it and choosing Package Shell Object Object > Convert, but in the box that pops up, there are no options for what to convert it to.
How do I insert a photo to a record and have it appear directly in my form?