Search results

  1. J

    Parameter Query from a list box

    In the OnClick subroutine of the button, loop through the items in the list box looking for the entry that was selected. Once it is found, store it in a variable then run the parameterized query: set qdf = currentdb().querydefs("ParameterizedQueryName") qdf!varParameter = varChosenItem...
  2. J

    Updating previous (wrong) record

    Ha ha. Good idea to check that. Yes, everyone has their own home directory that contains their own front ends, and the user was only logged in once to the terminal server.
  3. J

    Updating previous (wrong) record

    Thanks for the link Rural. I did not see anything on that site that has to do with my problem. For now, either the inner join, or simply the new copy of the file, fixed the problem. I wonder how long it will take to rear its ugly head again.
  4. J

    Updating previous (wrong) record

    I have a rare problem. Sometimes, when a user edits a field on a form, the current record is not altered. Instead, the previous record is changed. Often, sending them a new version of the front end program fixes the problem, but not always. The form has a record source that has an outer...
Back
Top Bottom