I am having a problem. My records are not populating in the datagrid.
Query = "select * from JobsOnHold where [Date] between '6/4/2006%' and '6/10/2006%'"
I think the problem is that the data field has a time stamp in the field. example: m/d/yyyy 10:10:21 am
database info: microsoft access
IDE: .net
Language: vb.net
Query = "select * from JobsOnHold where [Date] between '6/4/2006%' and '6/10/2006%'"
I think the problem is that the data field has a time stamp in the field. example: m/d/yyyy 10:10:21 am
database info: microsoft access
IDE: .net
Language: vb.net