Search results

  1. D

    Save contents of Listbox to Field

    Hi, I've made a form with conditional combo boxes, based on the selection in the second combo box an address appears in 4 list boxes, but the problem is, they arnt saved to the record type on exiting the form. Any ideas how to make the contents of the list box save to a field on exit? Here is...
  2. D

    Opeening External Files iin Reports

    Hi, I've found several scripts to make images appear in reports from external sources where the address of the image is stored in a field on the report. (Pg. 1, Sample Databases) However, as the address fir the image is on the web, i keep getting an error message 'Access cannot open the file...
  3. D

    Invalid Column Name?

    Hi, I'm trying to make a button to link my form to a report, but I keep getting the error 'Invalid Column Name: FieldContents'. I cant see why this error would be occuring, the field exists in both the report and the form. Here is the code I used to link the two, I am using the datase with...
  4. D

    Report Images

    Hi, I am trying to make an image appear on my reports from the internet, I have the URL in a field on the form but i would rather display the actual image. I have managed to display the image using the 'Web Browser' component on the forms but this doesnt work on the reports! If anyone had any...
  5. D

    Refresh All SubForms

    Hi, I have a form called [Summary] with three subforms on it, [Skips_Avaliable] [Delivered Orders] [Completed Orders]. And I was wondering if it would be possible to refresh all the subforms on the form every 30 seconds or so, any ideas if this is possible? Thanks, James
  6. D

    Number of Records in text box?

    Hi, I was just wondering if it is possible to display the number of records on a form in a text box. Thanks! James
  7. D

    Image Code Tweak

    Hi, I have a form which displays an Image depending on the URL in a specific field. This works fine, but I now want to display theimages in 'Continuous Forms' mode. At the moment, the script below only works when you click on the record, but I wanted all the images to appear Automatically...
  8. D

    Web Images on Reports

    Hi, I'm working on a little report in Access 2003 at the moment and i have a list of full URL's of images in a table that i wanted to display on my reports. I have managed to make these images show up on forms using the ActiveX Microsoft WebBrowser control, but this doesnt seem to work on the...
  9. D

    Link to Report from Form

    Hi, I have 2 forms and both have one common field. I am trying to have a button on one of the forms which opens up the other form with information relevent to the record i am currently viewing, as im runing Access with SQL tables, the wizard doesnt seem to work. Here is the code i have at the...
Top Bottom