Wawa254 New member Local time Today, 17:49 Joined Jan 31, 2021 Messages 7 Feb 2, 2021 #1 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?.
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?.
arnelgp ..forever waiting... waiting for jellybean! Local time Today, 22:49 Joined May 7, 2009 Messages 20,740 Feb 2, 2021 #2 add a "WhereCondition" on DoCmd.OpenReport command. you can also use a Query that "filter" the result to a single record.
add a "WhereCondition" on DoCmd.OpenReport command. you can also use a Query that "filter" the result to a single record.
Wawa254 New member Local time Today, 17:49 Joined Jan 31, 2021 Messages 7 Feb 2, 2021 #4 I still have problem with a single report record. arnelgp said: add a "WhereCondition" on DoCmd.OpenReport command. you can also use a Query that "filter" the result to a single record. Click to expand... I still have problems with a single record report,
I still have problem with a single report record. arnelgp said: add a "WhereCondition" on DoCmd.OpenReport command. you can also use a Query that "filter" the result to a single record. Click to expand... I still have problems with a single record report,
Minty AWF VIP Local time Today, 14:49 Joined Jul 26, 2013 Messages 10,682 Feb 2, 2021 #5 Can you show us what you have tried - what code or macro you are using?
isladogs Access MVP / VIP Local time Today, 14:49 Joined Jan 14, 2017 Messages 19,323 Feb 2, 2021 #6 As well as providing details of the code or query you are using, please also state what problems you are having
As well as providing details of the code or query you are using, please also state what problems you are having