Recent content by clum

  1. C

    Accessing a forms filtered resultset in a query

    That's not exactly what I was looking for. The form is in Datasheet view, and I really wanted the user to be able to use all the versatile filtering options available in datasheet view. However, you gave me an idea. I checked the Filter property of the form during runtime, and I see that it...
  2. C

    Accessing a forms filtered resultset in a query

    I have a large table. I am making a form that displays the table, and allows the user to use Access' standard filters on many different fields to choose only some of the data. Then, after the user has used the filters to choose only some of the data, I want to be able to include only the...
  3. C

    Copying a Record contain Multi-Value field

    Thank you so much for this code, it was a big lifesaver, after spending lots of time looking around for a solution. It did get stuck on my table trying to assign a value to a calculated field. I couldn't figure out what member of Field to check to see if a field is calculated, but I managed to...
Top Bottom