PDA

Click to See Complete Forum and Search --> : Date Range on Formula Fields


genesissystem
May 16th, 2006, 02:10 PM
Hello guys
I have a formula fields {STOCKWH.COUNT_DATE}+ 365
that bring date value like (01/01/2007), and I need to have date range pulling those value (Parameter Fields)

any Idea...?

Please help............... :(

thanks :wave:

craigreilly
May 18th, 2006, 11:47 PM
dim year, month, day as integer

'Put code here to get your integers

report.RecordSelectionFormula = "{STOCKWH.COUNT_DATE}=Date (year, month, day)"


I am sure you can figure out how to get the "new" date to plug into the formula.