Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mplsdoors

  1. mplsdoors

    Field won't update when using Do... Until Loop

    Thanks Databaseguy for your quick response. Actually, I did put in Dim and Set code but didn't say so in my post to this forum. I thought my Dim and Set code was okay, but now I would like to rule it out as my problem. Does this look okay? My code: Dim db As Database Dim tbl_commissions As...
  2. mplsdoors

    Field won't update when using Do... Until Loop

    This is my first program. It is complicated and after months of work I am almost finished with it. I would appreciate any advice. Problem: I expected a field in my table to be updated after the program executes and instead the field remains null. Am I coding the "start" and...
  3. mplsdoors

    How to connect a form to a different table

    I have a great form that I use for Table1 that I want to use for newly created Table2. The 2nd table is very similar to the first table in that it has the exact same fields. How can I connect the "copy of the great form" to Table2? It keeps pulling data from Table1. Thanks in...
  4. mplsdoors

    Separating 1 "Customer" text field into 2 "name" text fields

    I am a new programmer at a new job creating an application. Our users are typing, into 1 field, customer names in all sorts of ways. Ex: John Smith; Smith, John; Smith,John; Smith; SMITH; Mr. John Smith. How do I take a field that contains a mishmash of information and pull a first name and...

Part and Inventory Search

Back
Top