pakiyabhai
Technical User
Ok ,
I have a small database with fields
Name | Item Code | Picture ,
now using Me![PictureImage].Properties("Picture"
= Me![imagepath]
I am able to load , picture in PictureImage , without storing it in database,Now the problem , I have to manaually type n the path of the image in imagepath , everytime,
Is there any way by which I can create a browse button , by which I can load the path of the image directly in imagepath or atleast somewhere else , from where I can cut and paste ???
------------
No. 2,
Now suppose If I have to transfer this database to another computer , the place of the images will be altred, so I tried,wat I used to do in FrontPage.Putting the path of the the images in format
Now say My images are in c:\myimages\pics
i placed my database in C:\myimages and for the path , \pics\x.jpg
It worked in the starting for somtime , but then I got the error for debugging
Any ideaz ?? I will be transferring the file mostly by cd-rom , I will burn the whole directory like in FrontPg .
I have a small database with fields
Name | Item Code | Picture ,
now using Me![PictureImage].Properties("Picture"
I am able to load , picture in PictureImage , without storing it in database,Now the problem , I have to manaually type n the path of the image in imagepath , everytime,
Is there any way by which I can create a browse button , by which I can load the path of the image directly in imagepath or atleast somewhere else , from where I can cut and paste ???
------------
No. 2,
Now suppose If I have to transfer this database to another computer , the place of the images will be altred, so I tried,wat I used to do in FrontPage.Putting the path of the the images in format
Now say My images are in c:\myimages\pics
i placed my database in C:\myimages and for the path , \pics\x.jpg
It worked in the starting for somtime , but then I got the error for debugging
Any ideaz ?? I will be transferring the file mostly by cd-rom , I will burn the whole directory like in FrontPg .