Search results

  1. D

    Dynamically display image from a web address in a report

    Hi All, I have a table with two fields. One is the name of a product, the other is a http path to a jpg image of that product. I want to be able to create a report that lists all the products with the corresponding image. I am using Access 2007. If I cannot get the report to work with the...
  2. D

    Almost but not quite - requery listbox problem

    Updating a Listbox based on a the value of a Textbox Hi, If you put this code into the Change event and OnEnter event, your listbox should update (like the help screen in Windows) and without a lag. Hope this is helpful. This updates the listbox based on the textbox value. Private Sub...
  3. D

    Can't add new record in linked table in Windows 2000

    Folder Permissions Permissions Permissions Permissions! As administrator, I have full read/write permissions to the shared network folder. Everyone else however only had read permissions. Problem resolved!!
  4. D

    Can't add new record in linked table in Windows 2000

    Hi, I developed a database in Access 2000 on an XP SP2 machine with linked tables to another Access 2000 database. Everything works fine using my machine, but when a user running Windows 2000 uses the database, they cannot add a new record to the linked table (either directly using the...
  5. D

    Distributed Databases

    Hi, I have an MS Access database on a server which acts as a back end, with about 30 users using the data. They each have a copy of the MS Access front end located on their PC's. Every time I make a change to the front end, I have to redistribute the new version to each PC. What I am wanting...
  6. D

    Looping through values in a table

    Copy of Database Hi, Here is a cut down version of the database. Thank you for your time and effort, it is much appreciated! Regards, Lex
  7. D

    Looping through values in a table

    Hi, I have a class of 300 students, and in a table (Student Marks), it lists their name and a mark out of 100 for a test I gave them recently. I have another table (Mark Frequency), which lists possible marks out of 100 (a table with values 0 to 100), with another attribute left blank ready...
  8. D

    Saving text in tables as uppercase from a form's text box

    I have a text box on a form with the > format set so that it converts the text box to uppercase. However, when I save this value into a table, the value is saved as whichever case it was originally entered into the text box. Is there a way to save the value in a table as all uppercase, no matter...
Back
Top Bottom