Uptade:
I have found very interesting article:
http://www.fmsinc.com/Microsoftaccess/query/crosstab-report/index.html
Here i can see that all dates are write into records and there is only one column for date.
So in my sample database i should do something similar : combine documents with only one field date and for each document there should be 6 rows.
oUTPUT TABLE:
NameOfDocument, Date, money
document 1 , 01-01-2017
document 1 , 01-02-2017
document 1 , 01-03-2017
document 1 , 01-04-2017
document 1 , 01-05-2017
document 1 , 01-06-2017
later i will do a form where user will be writing money for each month...
This is a good approach Guys?
I am courious it is possible using table normalization data or i have to use only VBA to do it?
Jacek
I have found very interesting article:
http://www.fmsinc.com/Microsoftaccess/query/crosstab-report/index.html
Here i can see that all dates are write into records and there is only one column for date.
So in my sample database i should do something similar : combine documents with only one field date and for each document there should be 6 rows.
oUTPUT TABLE:
NameOfDocument, Date, money
document 1 , 01-01-2017
document 1 , 01-02-2017
document 1 , 01-03-2017
document 1 , 01-04-2017
document 1 , 01-05-2017
document 1 , 01-06-2017
later i will do a form where user will be writing money for each month...
This is a good approach Guys?
I am courious it is possible using table normalization data or i have to use only VBA to do it?
Jacek
Last edited: