Search results

  1. D

    Finding a particular value in a recordset

    Hm... thanks for the idea about the STOP command, I've actually never heard of that. :rolleyes: I have, however, become quite proficient at setting breakpoints, and tracing through the code as neccessary. I assume yours is a similar method. Still, always good to learn new methods of doing...
  2. D

    Finding a particular value in a recordset

    Wow you're fast. :) Ok, so just save that value into a temporary integer or something? Thanks, Dana
  3. D

    Finding a particular value in a recordset

    Remembering the recently inserted record? Wayne, Thanks for that little template. I am currently working on something pretty similar to that right now. I've got one question though. After I insert the values for one table record, I need to link it with the other table that I am inserting a...
  4. D

    Finding a particular value in a recordset

    Further clarification on my conquest. :) Wayne, Thanks for the clarification on the efficiency of each method. Unfortunately my skill level is currently a little too low to correctly understand the detailed differences in each method and how to successfully perform each. Basically what I am...
  5. D

    Finding a particular value in a recordset

    Thanks a bunch for the quick reply Wayne, I hadn't thought about the DLookup, in fact I have never even used it before. =P I've heard a bit about it, some good and some bad, but it looks like that should help me still. While I was contemplating after I wrote my first message, I was thinking I...
  6. D

    Finding a particular value in a recordset

    Hello, (my first post woo hoo!) :) I am trying to find a specific value in a recordset which will determine whether I add a new record or not when transferring data from one table to another. I am wondering if there is some sort of "search" command available rather than looping through the...
Back
Top Bottom