I am using crystal 8.5 and connecting via ODBC to a Microsoft Access database.
I have three tables:
Debts
Allocated
Unallocated
The tables all contain a debt id field and table debts is linked to the other two tables using this field.
In the details section I need to display a a formula field called Date. This field is taken from either table Allocated (Allocated Date) or table Unallocated(Unallocated Date).
What code could i use to get this to display both Allocated and Unallocated dates? For some debts there could be hundreds of both while for others there could be only allocated or only unallocated.
I have three tables:
Debts
Allocated
Unallocated
The tables all contain a debt id field and table debts is linked to the other two tables using this field.
In the details section I need to display a a formula field called Date. This field is taken from either table Allocated (Allocated Date) or table Unallocated(Unallocated Date).
What code could i use to get this to display both Allocated and Unallocated dates? For some debts there could be hundreds of both while for others there could be only allocated or only unallocated.