Search results

  1. W

    Interesting form problem

    I may be over thinking this just a bit. I am multitasking a little this morning. But, lets say I use the bound from. How would I get the search option to pull that record without the query?
  2. W

    Interesting form problem

    I had thought about that. But, when it is bound access automatically pulls the first record. I do not want it accidentally overwrite that record. I haven't figured out how to open the report with blank bound fields.
  3. W

    Interesting form problem

    I have a form that pulls various data from my Customer Table. This form has three tab pages. Page 1 - Customer Info: is simply a search option to see if a person has any entries. There is an unbound text field that I can enter the persons last name and it will pull all of the entries with...
  4. W

    Adding a new record to table

    Pat I had thought about that, but I don't want to accidentally replace information... I have done that before.
  5. W

    Adding a new record to table

    Thank you all. Evidently, my logic did not match what the computer needed. It works now.
  6. W

    Adding a new record to table

    Ok everyone. I am going to apologize now. I am extremely new to VBA coding. I have gotten to the point of banging my head off a brick wall. I found this bit of code that I think will work to get to my end goal. I have a number of unbound user defined text boxes. Here is what I am trying to...
Back
Top Bottom