Hi. In the ProjTable (table) I created two fields: 1 DPC_EtimeCanChargeTime (enum with Extended data type: NoYesId) 2) DPC_EtimeDescriptionField (string with Extended data type: Description). I created a field group called "DPC_EtimeFields", and dragged the two new items into it. In the ProjTable (form), I went to Designs\Tab: CtrlTabForm\TabPage: SetUp\. I created a new control Group and gave it the Data Source: ProjTable, and DataGroup: DPC_EtimeFields. The next thing I want to do is this -- When a user checks the checkbox, the description field is populated with the ProjName. So I'm trying to figure out what's the trigger/event that is used to make that happen. If you have sample code I could use that would be great.

