hi there
i ve been jugling with this particularly messy one hope you ppl can find something
I ve got two fields called {Date) and {Time}which stores date and time values repectively but as strings
so the example data is like
So the different records are:
{Date) {Time}
2003-8-19 0040
2003-8-19 1230
2003-8-20 1650
2003-8-21 2300
what i want to do is select all the records lying between two dates and two times which i am taking as parameters. The parameter fields with example values are as follows
{?FromDate) 2003-8-19 {?FromTime} 0000 and
{?ToDate) 2003-8-21 {?ToTime} 2400
Presently i am taking these parameters as strings but i can change them to any other data type if it is required in the solution
but Data base fields are always going to remain strings and in the above given format
Regards and Thanx
Addy
i ve been jugling with this particularly messy one hope you ppl can find something
I ve got two fields called {Date) and {Time}which stores date and time values repectively but as strings
so the example data is like
So the different records are:
{Date) {Time}
2003-8-19 0040
2003-8-19 1230
2003-8-20 1650
2003-8-21 2300
what i want to do is select all the records lying between two dates and two times which i am taking as parameters. The parameter fields with example values are as follows
{?FromDate) 2003-8-19 {?FromTime} 0000 and
{?ToDate) 2003-8-21 {?ToTime} 2400
Presently i am taking these parameters as strings but i can change them to any other data type if it is required in the solution
but Data base fields are always going to remain strings and in the above given format
Regards and Thanx
Addy