Steve-vfp9user
Programmer
Hello
I have a report with two linked tables with the Linkmaster being a field called MASTLINK
On my report I have two detail bands with the relevant fields from two tables however, the date fields (called DATEFROM) are not in order when you preview or print the report.
When I issue the command:
all the records show correctly but are not in date order.
I'm not sure how to set the order of two tables at the same time so can someone suggest what I need to do or please point me in the right direction.
Version: VFP9 SP2 with Windows 10
Thank you
Steve
I have a report with two linked tables with the Linkmaster being a field called MASTLINK
On my report I have two detail bands with the relevant fields from two tables however, the date fields (called DATEFROM) are not in order when you preview or print the report.
When I issue the command:
Code:
REPORT FORM MYREPORT NOCONSOLE PREVIEW FOR MASTLINK=mmastlink
all the records show correctly but are not in date order.
I'm not sure how to set the order of two tables at the same time so can someone suggest what I need to do or please point me in the right direction.
Version: VFP9 SP2 with Windows 10
Thank you
Steve