- MS-Access (DB) table fields:
table.recordId,table.date1,table.name, payperiod, ...
- Using: Visual Studio .Net - C# (OLE DB)
- table.date1 is a "range value"
1. What formula (code) do I use to get only the dates (DB records) in my report for the range I specify in the Crystal Reports (CR) prompting range window
2. What DB data type (string, Date Time) should date1 be? CR value type? Both should match? Can they be strings?
I assume I add this formula to the table.date1 parameter field (?date1) (select expert) I dragged and droped on to my CrystalReportl.rpt
Any further comments appreciated, please don't assume I know anything and your response will be read many times
Thanks
Steve Newbie
table.recordId,table.date1,table.name, payperiod, ...
- Using: Visual Studio .Net - C# (OLE DB)
- table.date1 is a "range value"
1. What formula (code) do I use to get only the dates (DB records) in my report for the range I specify in the Crystal Reports (CR) prompting range window
2. What DB data type (string, Date Time) should date1 be? CR value type? Both should match? Can they be strings?
I assume I add this formula to the table.date1 parameter field (?date1) (select expert) I dragged and droped on to my CrystalReportl.rpt
Any further comments appreciated, please don't assume I know anything and your response will be read many times
Thanks
Steve Newbie