J
JG
ok, I have 5 tables representing the acount information for each month.
Starting from Jan06 to May06. Each month the size of the table increase as
we board more accounts. So starting from Jan06 it had about 1070 account
records and each month it would increase. May06 accounts total 1290. Heres
my question, why is it when i do a query for all the months the total
records shown only adds up to 1070. The query schema is as follows.
tblJan06
pk-mid
gross income
net income
tblFeb06
pk-mid
gross income
net income
tblMar06
pk-mid
gross income
net income
tblApr06
pk-mid
gross income
net income
tblMay06
pk-mid
gross income
net income
all tables are linked by the pk-mid. I want to extract the Income for each
month, but the total records will not go higher than 1070. Any help on this
would be great. Thanks.
Starting from Jan06 to May06. Each month the size of the table increase as
we board more accounts. So starting from Jan06 it had about 1070 account
records and each month it would increase. May06 accounts total 1290. Heres
my question, why is it when i do a query for all the months the total
records shown only adds up to 1070. The query schema is as follows.
tblJan06
pk-mid
gross income
net income
tblFeb06
pk-mid
gross income
net income
tblMar06
pk-mid
gross income
net income
tblApr06
pk-mid
gross income
net income
tblMay06
pk-mid
gross income
net income
all tables are linked by the pk-mid. I want to extract the Income for each
month, but the total records will not go higher than 1070. Any help on this
would be great. Thanks.