Search results

  1. A

    IE Automation - File Browser freezes VB

    I am writing a script that will automate the upload of some shapefiles to a confidential website. I've hit a snag during the final step of the process - specifying the location of each file. The page contains an element which does not accept text, rather you have to click it and it opens a...
  2. A

    Linked Tables not Saving Altered Connection Strings

    So we have an Access front end that consists of several hundred linked tables. Periodic changes to the backend and simple user error has created a situation where I needed a function that would delete out of date versions of the linked tables and relink them, verifying that the appropriate...
  3. A

    Content of variable crashes VBA code.

    I have a form I use to create photo captions. The form has a field where users can edit a pre-generated caption and a field that stores their updates as a final caption in the field "selected_caption".. On my form is a button that runs the code below to check and see if a field ("updated") has...
  4. A

    "Delays" when a field is updated and a form is requeried

    I am a novice at this and I suspect my problem is conceptual, hopefully someone can point out a different approach or a solution that will resolve my problem. I have a continuous form with an SQL query as its record source, it is a dynaset. Each row on the form is for a specific picture...
Top Bottom