Hi,
I have one history file (Account.dbf) containing records from 1.1.2010 to 31.12.2015, and I have one current file (Actran.dbf) which contains records from 1.1.2016 till today.
How to combine these two tables if a user wants to fetch data from 1.1.2014 to 31.5.2022.
Structure of Both History and Current tables are as follows:
-----------------------------------------------------------
1. cReference c(8)
2. cDate d
3. Debit n(13,2)
4. Credit n(13,2)
5. Remarks
Thanks
Saif
I have one history file (Account.dbf) containing records from 1.1.2010 to 31.12.2015, and I have one current file (Actran.dbf) which contains records from 1.1.2016 till today.
How to combine these two tables if a user wants to fetch data from 1.1.2014 to 31.5.2022.
Structure of Both History and Current tables are as follows:
-----------------------------------------------------------
1. cReference c(8)
2. cDate d
3. Debit n(13,2)
4. Credit n(13,2)
5. Remarks
Thanks
Saif