calculated forms values before submit

calculated forms values before submit

when I need suggestive value of the field ItemID is calculated based on the form values specified for the Model and Serial#
I use this :
on add
{
on validate
{
input. ItemID = input. Model + " " + input. Serial#

it is work to add record, but I need see the value as suggest before submit, because I want to modify before submit

Omar