hi, how can i concat a string and variable without displaying a single quote between them. the code below is concatenating "DATE" string and the text property of textbox. but when the report displays, it gives an output of "DATE '2004/01/02", when i try to remove one quote it generates and error
thanks a lot, help pls.
lReport.FormulaFields.GetItemByName("@Date").Text = "'Date '" & "'" & txtTxnDate.Text & "'"
thanks a lot, help pls.
lReport.FormulaFields.GetItemByName("@Date").Text = "'Date '" & "'" & txtTxnDate.Text & "'"