I am convinced that the act of thinking logically cannot possibly be natural to the human mind. If it were, then... our species would not have taken several millennia to figure out the scientific method.
I have three Similar Tables in structure. Same Field Names and Structure. They are individual Banking accounts and each of their queries generate Reports that have running Balance. This is used to validate each individual Bank Account per statement.
I want to combine all three tables, sort by date, make a combined table with new Auto number Primary Keys. That table will be used to generate a report with all common fields plus a field Identifying the bank account with a running daily balance.
Ive been trying to get this to work last couple weeks. I would like to put all these actions into a Button. I think the sequence needs to be:
Delete the old Combined Table.
Append the three different Bank Account tables into the combined table.
Sort final Combined table by date.
Need to make Table IDs sequential by date so the running Balance works.
I think I can generate a second unique ID by converting the Date field to Number format YYYYMMDD and adding the Primary Key ID number to make sure the Second Unique ID with the same date fields will not be the same. I need this second ID field to generate the running balance for the combine table fields.
Generate Query for running Balance of Combined table.
Then I can use the Query later in a Multi field Search form.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
TechHelp.