Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Images in Access
Name: red0151 Date: March 6, 2006 at 10:36:56 Pacific OS: xp CPU/Ram: 2Gig Product: Asus
Comment:
Hi everyone, I am after help in querying a database to display images. I have stored images using the insert object function. I now want to display images in the report based on a keyword entered in a form by the user. What is the best way of doing this.
Also is there anyway i can search for records based on the image content.
Name: Jennifer SUMN Date: March 6, 2006 at 11:31:52 Pacific
Reply:
You'll have to create a field in one of your tables for which the data in it meets whatever criteria you want to assign to your images. Then, create a query that the user can input the desired criteria. The result of the query can then be on a form or a report that shows whatever fields you want..including the actual photo...depending of course, on how you've actually configured the field containing the images.
Summary: I have a report which has images on it. Print preview shows the images while in Access, but when I print it (either to a printer or to a pdf file) the images don't print. Anyone have any ideas? Thank...
Summary: This is an Access db to track leave slips. To enter new time we have a form with a combo box, choose a name in the combo box, then a subform shows that employee's info from our timeoff table, and lets...
Summary: hi! i wanted to know how to add expressions in access. like if there is a field 'quantity' and it has numbers. what i want is that when the quantity goes less than 3 it shud generate message abt that....