You are reading a single comment by @rhb and its replies. Click here to read the full conversation.
  • It could be the null values that are causing the validation errors, can you stick an nvl() around the dob to populate it with a dummy value?

  • It's worked in view mode, using

    Nz([DOB],0) as part of the Expression.

    Sets all where no DOB to 117 for some reason.

    Still doesn't update the table though when run as append. Weird.

About

Avatar for rhb @rhb started