Access 2007 Attachment

P

Pawe³B

On the form I've Attachment in which I can save some fotos in one record.
I'd like to programming two buttoms to review them (next, previous)

What code VBA i have to use ? if it's possible to do it.

Thanks,
Pawe³
 
P

Pawe³B

U¿ytkownik "Pawe³B said:
On the form I've Attachment in which I can save some fotos in one record.
I'd like to programming two buttoms to review them (next, previous)

What code VBA i have to use ? if it's possible to do it.

Thanks,
Pawe³

I've solved the problem.
next photo me.[name Attachment ].Forward
previous photo me.[name Attachment ].Back

Regards
Pawe³
 
Top