Search results

  1. P

    Getting it to loop

    Problem Solved...thanks!
  2. P

    Getting it to loop

    Hello, I have a code for AfterUpdate, but in my combobox, only when the first number in the list is selected are the fields "Initials", "DOB", etc. are filled. I've tried putting in a "rs.MoveNext" at the end of the loop, but that doesn't help. Ideas? Thanks, Dino Private Sub...
  3. P

    Getting it to loop

    Hello, I have a code for AfterUpdate, but in my combobox, only when the first number in the list is selected are the fields "Initials", "DOB", etc. are filled. I've tried putting in a "rs.MoveNext" at the end of the loop, but that doesn't help. Ideas? Thanks, Dino Private Sub...
  4. P

    A combobox that activates a two table search

    Hi there, As you can see, I have two forms and two tables. The first form (Initial Patient Report) works perfectly, with the data being updated depending on the number I choose. No problems there. In the second form (Initial Cancer Stage), I'd like to be able to search the "Initial Patient...
  5. P

    Searching two tables

    Hello all. As you can see from the attachment, I have two forms and two tables. The first form (Initial Patient Report) works perfectly, with the data being updated depending on the number I choose. No problems there. In the second form (Initial Cancer Stage), I'd like to be able to search...
Back
Top Bottom