ContributionsMost RecentMost LikesSolutionsRe: Keeping (or adding) decimal places when converting number to text...This hasn't been updated in a while, but I was able to create a simple formula solution for this issue. Part(ToText([Discount Total]),1,".")&"."&Left(Part(ToText([Discount Total]),-1,"."), 2)Re: create multiple child records on saving a parent recordYou can easily create a formula lookup field which corresponds to the record ID # of the parent record. This would allow it to automatically look it up for you.