A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

payments dates by number of payments



 
 
Thread Tools Display Modes
  #1  
Old December 21st, 2005, 03:31 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default payments dates by number of payments

I am trying to set up installment coupons, I need them to print by date due
times the number of payments.

Thanks
  #2  
Old December 21st, 2005, 04:07 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default payments dates by number of payments

Do you have any additional information? I assume you want to create a
report. Reports are generally based on a record source of a table or query.
Can you provide some structure information as well as sample records?

--
Duane Hookom
MS Access MVP
--

"Ken" wrote in message
...
I am trying to set up installment coupons, I need them to print by date due
times the number of payments.

Thanks



  #3  
Old December 21st, 2005, 04:42 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default payments dates by number of payments

Yes I would like to set up a report that replicates payment coupons, (i.e. 5
payments= 5 coupons with consecutive due dates 12/1/05;1/01/06...)I have a
table set up with id number, name installment amount, due date and number of
payments.
Thanks

"Duane Hookom" wrote:

Do you have any additional information? I assume you want to create a
report. Reports are generally based on a record source of a table or query.
Can you provide some structure information as well as sample records?

--
Duane Hookom
MS Access MVP
--

"Ken" wrote in message
...
I am trying to set up installment coupons, I need them to print by date due
times the number of payments.

Thanks




  #4  
Old December 21st, 2005, 04:50 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default payments dates by number of payments

First create a table of numbers (tblNums) with a single numeric field (Num)
and add records 1 through your maximum number of payments. Create a report
for your coupons based on your "table set up" and tblNums. Don't create any
join line.

Add the Num field to your query grid and set the criteria under it to:
=[Number of Payments]
Add another field in the query like:
PaymentDate: DateAdd("m",[num], [due date])

This will duplicate the record in your report to equal the number of
payments.

--
Duane Hookom
MS Access MVP
--

"Ken" wrote in message
...
Yes I would like to set up a report that replicates payment coupons, (i.e.
5
payments= 5 coupons with consecutive due dates 12/1/05;1/01/06...)I have a
table set up with id number, name installment amount, due date and number
of
payments.
Thanks

"Duane Hookom" wrote:

Do you have any additional information? I assume you want to create a
report. Reports are generally based on a record source of a table or
query.
Can you provide some structure information as well as sample records?

--
Duane Hookom
MS Access MVP
--

"Ken" wrote in message
...
I am trying to set up installment coupons, I need them to print by date
due
times the number of payments.

Thanks






  #5  
Old December 23rd, 2005, 02:14 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default payments dates by number of payments

That worked great. Thanks for your help.

"Duane Hookom" wrote:

First create a table of numbers (tblNums) with a single numeric field (Num)
and add records 1 through your maximum number of payments. Create a report
for your coupons based on your "table set up" and tblNums. Don't create any
join line.

Add the Num field to your query grid and set the criteria under it to:
=[Number of Payments]
Add another field in the query like:
PaymentDate: DateAdd("m",[num], [due date])

This will duplicate the record in your report to equal the number of
payments.

--
Duane Hookom
MS Access MVP
--

"Ken" wrote in message
...
Yes I would like to set up a report that replicates payment coupons, (i.e.
5
payments= 5 coupons with consecutive due dates 12/1/05;1/01/06...)I have a
table set up with id number, name installment amount, due date and number
of
payments.
Thanks

"Duane Hookom" wrote:

Do you have any additional information? I assume you want to create a
report. Reports are generally based on a record source of a table or
query.
Can you provide some structure information as well as sample records?

--
Duane Hookom
MS Access MVP
--

"Ken" wrote in message
...
I am trying to set up installment coupons, I need them to print by date
due
times the number of payments.

Thanks






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A reducing number by given dates jdmagoo New Users 1 October 5th, 2005 08:02 AM
Need Subforms? AccessRookie Using Forms 7 April 8th, 2005 09:30 AM
Maximum Number of Days Between Dates SmokyMtnzz Running & Setting Up Queries 2 March 5th, 2005 09:40 PM
Number of working days between two dates david Worksheet Functions 4 June 15th, 2004 04:14 AM
I have a negative number when finding the difference between 2 dates texas Gunny Worksheet Functions 3 March 9th, 2004 05:12 PM


All times are GMT +1. The time now is 01:31 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.