R
Robin
Hi Y'all,
I have a Form/Subform that shows a number of Unbound images on a subform.
The images are loaded in by code on a command button. The images are
external and named to the primary key number. They are currently loaded in
what ever order they are in the external folder when the album(folder) is
created initially.
The users may want to reorder the images on the form. I have provided a
copy/paste temp image field for them to do this. So I can accomplish the
sort on the form. But when the form is closed the sort order is gone and
reappears the same as before the user sorted because of the underlying query
sort when the form loads.
It seems that if I just remove the sort from the query and the form that all
should be well. But I don't trust that Access 2007 will just continually
bring them up in the resorted order as nothing will have changed in the query
or table. To further complicate this there is only 9 images per page but
there may be 2-3 pages of 9 each on the subform per main form entry. So I am
at a loss as to the best way to accomplish this.
Hence my request for suggestions.
Thank you in advance this has been an invaluable tool for so many other
barriers I have had to scale.
Thanks,
Robin
I have a Form/Subform that shows a number of Unbound images on a subform.
The images are loaded in by code on a command button. The images are
external and named to the primary key number. They are currently loaded in
what ever order they are in the external folder when the album(folder) is
created initially.
The users may want to reorder the images on the form. I have provided a
copy/paste temp image field for them to do this. So I can accomplish the
sort on the form. But when the form is closed the sort order is gone and
reappears the same as before the user sorted because of the underlying query
sort when the form loads.
It seems that if I just remove the sort from the query and the form that all
should be well. But I don't trust that Access 2007 will just continually
bring them up in the resorted order as nothing will have changed in the query
or table. To further complicate this there is only 9 images per page but
there may be 2-3 pages of 9 each on the subform per main form entry. So I am
at a loss as to the best way to accomplish this.
Hence my request for suggestions.
Thank you in advance this has been an invaluable tool for so many other
barriers I have had to scale.
Thanks,
Robin