rick29071955
Programmer
I have an access 97 database which will hold 32 bitmaps (approx 5k each)I originally set it up to keep the image in the database, but upon testing I found that this will very rapidly fill up the database.
Browsing tek-tips I found a suggestion (by elvenmaiden thread709-391834)to put the filepath in the database and then call the path to load the pic/image box.
How do I do this? Bearing in mind that the 32 bitmaps will have been dropped from another set of image boxes. All required bitmaps are in one directory.
I have spent the last two weeks trying different ways of setting this program up and the last 2 days searching through tek-tips.
Will it be a series of IF THEN statements?
ie:-
if image1=bitmap1 then
2=bitmap1 then
x32
Any help will be appreciated.![[bigears] [bigears] [bigears]](/data/assets/smilies/bigears.gif)
Rick
Browsing tek-tips I found a suggestion (by elvenmaiden thread709-391834)to put the filepath in the database and then call the path to load the pic/image box.
How do I do this? Bearing in mind that the 32 bitmaps will have been dropped from another set of image boxes. All required bitmaps are in one directory.
I have spent the last two weeks trying different ways of setting this program up and the last 2 days searching through tek-tips.
Will it be a series of IF THEN statements?
ie:-
if image1=bitmap1 then
2=bitmap1 then
x32
Any help will be appreciated.
![[bigears] [bigears] [bigears]](/data/assets/smilies/bigears.gif)
Rick