Form issue with ranges from a table. Help please?

cnut1

Registered User.
Local time
Today, 17:06
Joined
Aug 11, 2005
Messages
25
I have a form that is similar to a post card. The fields are linked to a master table that contains all the customer data such as dates of service, street address, PO Box, City, State and zip. What I need to do is have a method to pull into the post card form a range of dates, so the form would have only January customers in it. I have parameter query that pulls ranges but it comes up in table form. I need the range to come into the fields on the post card so I can then print just the month of January.

Do I need to create a button on the form for the ranges and if so how do I get it to pull just one month's customer data into the fields on the post card form or can this be done?

Thanks in advance for the help.
 
You could just set the filter on the form to limit the data, or you can base the form off your query suppling the criteria from your form.
 
FoFa
Will give that a try and let you know how it turns out. Thanks for the tip.
 

Users who are viewing this thread

Back
Top Bottom