The form now skips the single field I've bound to the childBO. Cn you please advise?
Is there any data in the child BO? WHen you say "skips the field" what do you mean? When you create a new parent record you still have to call the Add() method on the child or populate it with data before any fields can be updated with the child BOs data. Does that make sense?