Hello. I've got a recordset containing data of steel profiles: ProfileID, ProfileName, ProfileWeight, ProfileSurface. There are three combo objects: Name, Weight and Surface. All three combo objects have got vItemValues = ProfileID and sItemTextes = ProfileName, ProfileWeight, ProfileSurface respectively. When a user will pick a profile name in the Name combo object then combos Weight and Surface should display values for this profile. Assigning cellvalues in AfterCommitEdit event doesn't work. How to do it? Regards.