HELP!
Not very good with code or access lingo
This is what I currently have:
Loan info: Fields - Loan Amount
Date of Loan
Fee Amount
# of months
I need to amortize and have access calculate the monthly dates based on the date of the loan.
I have =DateAdd("m",1,[dateofloan]) that does give me the next months date, but I need to have all the dates automatically fill in based on the # of months
It sounds simple but I can't get more than 1 record to autofill in the report.
I think a macro might also work, but not sure of the code
Can anyone provide step by step?
Not very good with code or access lingo
This is what I currently have:
Loan info: Fields - Loan Amount
Date of Loan
Fee Amount
# of months
I need to amortize and have access calculate the monthly dates based on the date of the loan.
I have =DateAdd("m",1,[dateofloan]) that does give me the next months date, but I need to have all the dates automatically fill in based on the # of months
It sounds simple but I can't get more than 1 record to autofill in the report.
I think a macro might also work, but not sure of the code
Can anyone provide step by step?