I have written a report in CR5 (my boss is stuck with some old software) that basically takes patient birthdays along with names and addresses and displays them month by month in one single report. This is the formula that I used:
Date(2006,month({Patient.Birthdate}),day({Patient.Birthdate}))
The problem that I am having when I call on the report in VB I need a way to actually call on an individual month and display a month's worth of data between 2 dates, like 1/1/2006-1/31/2006. Any suggestions to how I could edit/add to the formula to make this a little more VB friendly?
Date(2006,month({Patient.Birthdate}),day({Patient.Birthdate}))
The problem that I am having when I call on the report in VB I need a way to actually call on an individual month and display a month's worth of data between 2 dates, like 1/1/2006-1/31/2006. Any suggestions to how I could edit/add to the formula to make this a little more VB friendly?