Re: [sqlite] Date range based on Date in different table

2010-10-06 Thread Igor Tandetnik
Redhot wrote: > I would like select a date range (from/To) from a date database selection. > The user enters a date (ProcessDate) in the database. ProcessDate is stored > in table (tblData). I would like to get from another table (TblFund) the > Rows that match the data

[sqlite] Date range based on Date in different table

2010-10-06 Thread Redhot
I would like select a date range (from/To) from a date database selection. The user enters a date (ProcessDate) in the database. ProcessDate is stored in table (tblData). I would like to get from another table (TblFund) the Rows that match the data criteria based on Date (ProcessDate)entered in