How do I create externally linked images onto a continuous form i.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having difficulties creating a continuous form in Access that contains
external images linked by a text field. The images appear the same for all
the records. The images have to saved externally due to administration
protocol. Is it possible to use some VB code to solve this?
 
Hi,


I doubt it would be easy. Continuous forms have some limitations, such
as not able to get a sub-form in each detail, different list in combo box...
and different image than the one of the record in focus, as you experienced.

With icons, you can try to use a tree or some other similar controls.


Hoping it may help,
Vanderghast, Access MVP
 
Back
Top