Search results

  1. T

    How Do I Search a Textbox for a String?

    This worked perfectly! Thank you!
  2. T

    How Do I Search a Textbox for a String?

    I need to search a textbox for a piece of string and then store that string into a variable. For example: If the textbox value contains "Jane Doe, John Doe (Audit ID: 0337) 01/12/1991 Scheduled", then I would like to put the Audit ID "0337" into a variable. The textbox value will always...
  3. T

    INSERT wtith @@Identity for a For Loop

    Everything works out great. Thank you!
  4. T

    INSERT wtith @@Identity for a For Loop

    Thank you kind sir! I am out of the office but I will check up on this first thing in the morning and let you know what happens!
  5. T

    INSERT wtith @@Identity for a For Loop

    I am trying to insert into three SQL Server tables. The first insert will go into the Audit table so it can generate an Audit_ID. Then using that Audit_ID, I will run a For loop to insert (Audit_ID, Auditor) into the Auditor junction table and (Audit_ID, Auditee) into the Auditee junction table...
Back
Top Bottom