Hello all,
I'm planning a database to allow the storage and retrieval of product information. Each product is to have an image associated with it, by saving the path to the image into a designated field. I would like to display these images in with the search results on screen, so that the users can find what they are looking for at a glance. I have managed to get this to work in a little test DB I created in Access 2007 by linking the field containing the path of the image to the control source of an image object on a continuous subform. This enabled me to link the criteria of the subform's data source query to objects in the header form, which the user can then change to filter out unwanted results. The records in the subform below then show their associated images.
However, using a continuous subform I can only display one column of records which continues for multiple rows. Is there anyway to display the records accross the page as well as down it? If there is no way to do so in the Access form builder (which unfortunately I suspect to be the case,) then how could I get around this? I've been trying to think about ways of manipulating the query, so that each row of the results would contain multiple records, and I've also thought about creating a separate form in Visual Basic 6.0 and linking the data in, but I've not come up with anything yet. Can anyone offer me any advice?
Thank you,
Matthew
I'm planning a database to allow the storage and retrieval of product information. Each product is to have an image associated with it, by saving the path to the image into a designated field. I would like to display these images in with the search results on screen, so that the users can find what they are looking for at a glance. I have managed to get this to work in a little test DB I created in Access 2007 by linking the field containing the path of the image to the control source of an image object on a continuous subform. This enabled me to link the criteria of the subform's data source query to objects in the header form, which the user can then change to filter out unwanted results. The records in the subform below then show their associated images.
However, using a continuous subform I can only display one column of records which continues for multiple rows. Is there anyway to display the records accross the page as well as down it? If there is no way to do so in the Access form builder (which unfortunately I suspect to be the case,) then how could I get around this? I've been trying to think about ways of manipulating the query, so that each row of the results would contain multiple records, and I've also thought about creating a separate form in Visual Basic 6.0 and linking the data in, but I've not come up with anything yet. Can anyone offer me any advice?
Thank you,
Matthew