RocAFella2007
Technical User
Hi, could somebody possibly help me out on some data filtering please. It keeps breaking on the following line:
dvfilter.RowFilter = String.Format("DateBorrowed LIKE '{0}*' ", _
txtenterdetails.Text)
with the error of:
Additional information: Cannot perform 'Like' operation on System.DateTime and System.String.
Any suggestions welcome. Thanks
dvfilter.RowFilter = String.Format("DateBorrowed LIKE '{0}*' ", _
txtenterdetails.Text)
with the error of:
Additional information: Cannot perform 'Like' operation on System.DateTime and System.String.
Any suggestions welcome. Thanks