I have a project I am working on in VB 6.0 that utilizes Crystal Reports. I have been asked to create a form which allows the user to select a range of dates (the use of two datacombo boxes ...beginning date and end date). Once the user selects their range of dates, they click a command button and Crystal reports returns the data for that given time frame. I am trying to write a formula that allows for "TodaysDate" (the datafield)to "be in-between" the given dates. I guess I am looking for something like this:
formula outline:
{ado.TodaysDate} is in the period (Formname.datacombo) and (Formname.datacombo2)
I have done this sort of thing in VB and Access, but I don't know how (or if it's possible to) make a form reference in Crystal Reports. If I can't, what is a way around this? PLEASE HELP. Thanks
Martin K
formula outline:
{ado.TodaysDate} is in the period (Formname.datacombo) and (Formname.datacombo2)
I have done this sort of thing in VB and Access, but I don't know how (or if it's possible to) make a form reference in Crystal Reports. If I can't, what is a way around this? PLEASE HELP. Thanks
Martin K