Using job As New PRJTJobsBO With job .NewRow() .job_Customer = "jeff" .job_Name = "Jeff's Job" If .Save = MicroFour.StrataFrame.Data.SaveUndoResult.Success Then Return ...newly created primary key?????? End If End With End Using
Thanks,
Jeff