Search results

  1. J

    OR and LIKE when searching with a keyword

    Hello Access Fans! I've got this query whereby i would like to find the address information about people by a keyword search on either their name or their quickname which currently looks like this: SELECT Tbl_Addresses.* FROM Tbl_Addresses WHERE...
  2. J

    Derrived attributes

    I have a tbble with attributes 'image_data','resolution','created','file_size' At the moment i'm sotring the 'image_date' as an OLE object datatype. Is there anyway that i can get access to automatically populate the attributes 'resolution', 'created' and 'file_size'? or could this be done...
  3. J

    OLE Objects as thumbnails?

    Hi, I'm creating a database of images and have chosen (wisely or not?) to input the images using the OLE datatype, they are mostly jpegs. Is there some way in which when viewing the table as a form that i can view a thumbnail of these images with the rest of the data without having to double...
  4. J

    Results to subform

    Hi, I've got a query which is run by a button on a form, i want these results to be displayed in the subform on the same page but as opposed to just coming up as a set of results, any pointers? my next problem is going to be how to get the results from a number of different queries (1 at a...
Back
Top Bottom