Insert into conditionally

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gary Reardon
    New Member
    • Oct 2011
    • 1

    #1

    Insert into conditionally

    I have a Table that Contains 2 Columns, A & B
    I need to check Column A for a specific value and if it does not equal that value, Add a new record (INSERT ?) using the specific Value for Column A and existing Value from the checked record for Column B
Working...