MS Access help needed

Associate
Joined
3 Aug 2003
Posts
2,028
Location
Plymouth, UK
Can anyone help me with this.

Its probably a very easy fix, but for the life of me, i cant get it sorted.

I have a databas that holds personnel information needed for work. Currently it is just asa table with dates, names, etc etc in it. Being rather poor at remembering who is who, i would like to add a field where there is a passport sized photo of the individual on the record.

Can change it in the form design, but this doesnt change as you move onto the next person.

Can what i want be achieved and if so, who do i achieve it.

Many thanks

Paul
 
Shelster said:
Can anyone help me with this.

Its probably a very easy fix, but for the life of me, i cant get it sorted.

I have a databas that holds personnel information needed for work. Currently it is just asa table with dates, names, etc etc in it. Being rather poor at remembering who is who, i would like to add a field where there is a passport sized photo of the individual on the record.

Can change it in the form design, but this doesnt change as you move onto the next person.

Can what i want be achieved and if so, who do i achieve it.

Many thanks

Paul

I think that there are two ways in which you can do this: you can use an OLE field and embed the image or you can use a text field to store an image location and filename and then an image control to display it. Hope this helps. :)
 
Back
Top Bottom