soonhuat ong wrote: > I create a dataview on my Rave Report with following fields: > dvName = String Type > dvDate = Date Type > > Now i drop 2 DBText components on my Rave Page, DBText1 will bind to > dvName, and DBText2 will bind to dvDate .. > > The question now is, i want DBText2 to display a day before actual > dvDate value, how can i do it ??
Is this an occasion for a calculated field? Set it up in the database or the query, and then link your text control to that field instead of the normal one. -- Rob

