history
03-18-2010, 08:38 AM
Hello
How can make a report based on specific records to select them each time I open the report ??
Thank you
waiting ,,,
vbaInet
03-18-2010, 11:52 AM
This may help:
http://baldyweb.com/wherecondition.htm
Your question isn't clear. Please elaborate.
history
03-18-2010, 12:56 PM
Thank you for your reply
I'll declare :
If I've 1000 records in a table ,,, and want to print some records from this table ,,, how can I specify the records to be printed from the report ??
Thank you
vbaInet
03-18-2010, 01:00 PM
You pull up your records first then apply it to the report. Create a query that filters the records and use that query for your report.