I've just set up a new database for personnel and have linked .jpg photos of each person to an unbound image control in the input form. I only have about four photos in it at the moment but the file size of the .mdb has already increased by 3 MB. I know that this can happen if the photos are embedded but they are definately linked. I've done this before without any problems and I don't understand why it's causing me problems now. The photos are saved as the persons name so I'm using the following code on the Form_Current event
Me.PhotoFrame.Picture = "\\UPUD\Data\Photos\" & me.firstName & " " & me.surname & ".jpg"
The picture is no bigger than a thumbnail and sits on the form header. If anyone has any suggestions what I've overlooked this time round I'd really appreciate it.
Many thanks in advance
Me.PhotoFrame.Picture = "\\UPUD\Data\Photos\" & me.firstName & " " & me.surname & ".jpg"
The picture is no bigger than a thumbnail and sits on the form header. If anyone has any suggestions what I've overlooked this time round I'd really appreciate it.
Many thanks in advance