Single record report

Wawa254

New member
Local time
Today, 14:50
Joined
Jan 31, 2021
Messages
7
Hello.
I have a problem generating a single record report.
My tables containes many records and I want to generate a single record report,
How do I do it?.
 
add a "WhereCondition" on DoCmd.OpenReport command.
you can also use a Query that "filter" the result to a single record.
 
Thank you.
 
I still have problem with a single report record.
add a "WhereCondition" on DoCmd.OpenReport command.
you can also use a Query that "filter" the result to a single record.
I still have problems with a single record report,
 
Can you show us what you have tried - what code or macro you are using?
 
As well as providing details of the code or query you are using, please also state what problems you are having
 

Users who are viewing this thread

Back
Top Bottom