Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
fskilnik
Starting Member
1 Post |
Posted - 2005-12-14 : 10:40:01
|
My first post... Hello Everyone! The problem: I can populate table(s) with a user (say "ABC") , a date (say "01-Jan-2005") of an ANNUAL subscription of something (say "Magazine") for a specific value (say "600" dollars). What I don´t know is:How to "tell" and make Access "save in a table" the total money amount (600) divided by 12 and accrued from that date (01-Jan-2005) till the last one, exactly 12 months AFTER, all of them considered on the first day of every month ?I guess I have to do an action query, could someone give me simple "hints" how to approach that in an "easy" manner? Do I have to use hand-coding, macros, functions? What if the 12 is also a variable, say, 5 (for payments during 5 months from now) ?Thanks a lot in advance,fskilnik |
|
|
|
|