Good afternoon...I am trying to figure out how I can allow a user to SELECT an image that is already existing (from another table, or from a file).
The purpose, to help anyone better understand my question - is to allow the user to choose a banner type, by selecting a banner, entering information in standard text fields, and it would be stored as an entry for them, and on list/detail view, it would show the image of the banner they selected when using the add item interface on a table called shared_banners.
I have successfully been able to create a table that has the banner styles in it which allows the admin to upload banners to the table, and I have been able to link it to the "select banner type" by wizard lookup and using the banner name field on the banner_types table, but I want to know how they could possibly select the image. All I can really find is how to upload an image.
Any tips or suggestions would be greatly appreciated!
Thanks