Rookie
|
| Posted: 09/18/2004, 11:26 AM |
|
I know this may be not a CCS question, but I need to group the field based in the month and year, searching the web i find some samples about what I need to used, but not how or where to put it. Im moving my app from access to sql so Im a bit lost... 
SQL, ASP
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 09/18/2004, 12:01 PM |
|
If you already hav an SQL query that you like to use (or test) then click on the "Data Source" property of your grid to open the "Data Source" dialog. Then change the Type from "Table" to "SQL" and enter tyour SQL query.
Here is more information about the Data Source: http://docs.codecharge.com/studio/html/UserGuide/Forms/FormDataSource.html
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|