We have a very large amount of pictures that are stored on our local server. I am attempting to make a database so that I can create a local data page that people can type in key words and get matching files... The database itself is fairly simple in structure but I'm running into problems. I have one table which has 3 fields, ID, LOCATION, KEYWORDS. I then have a query that simply asks for the keywords and then returns records based on that. Ideally I would like for people to be able to click on the file and be able to insert the picture that they want, into the word doc or email that they are sending but I'm not sure how to do this.
I had the LOCATION set up as a hyperlink in the table and when I run the query in access it works, but when I make a data page it returns un unclickable link.
If my ultimate goal is to be able to have people be able to insert the pictures that they want from the results of their search, is this the best way to do it? Would I be better off if I moved all the pictures from regular folders and put them all in the db itself? There are a couple thousand pictures so it would be a huge db which is ok, if this is the best way to do it. Someone mentioned to me something about 'drag and drop' abilities....anyone have any suggestions?
I had the LOCATION set up as a hyperlink in the table and when I run the query in access it works, but when I make a data page it returns un unclickable link.
If my ultimate goal is to be able to have people be able to insert the pictures that they want from the results of their search, is this the best way to do it? Would I be better off if I moved all the pictures from regular folders and put them all in the db itself? There are a couple thousand pictures so it would be a huge db which is ok, if this is the best way to do it. Someone mentioned to me something about 'drag and drop' abilities....anyone have any suggestions?