I'm building a front end application in Visual Basic 6 using ADO 2.5 to a SQL Server 7.0 back end. I've created the front end form, created the connection to the SQL Server database and bound the text fields to the SQL Server table. Now, I would like to create a calculated control in a few of the text box controls, such as a Date function or a Sum function. Where would I put the function? Do I put it in the Caption or Text property, or elsewhere? Or should I just put the function in a query that the form is based on? If someone could provide an example, I would be very grateful.