Question Filter data and show it in a report

shamal

Registered User.
Local time
Yesterday, 22:13
Joined
Sep 28, 2013
Messages
86
Hello Masters...

When the avarage is written, universities that accept this avarage appear..
How can you report only that?
thank you....
 

Attachments

if you want to report on 1 university, youd open the report:

using ID numbers:
docmd.OpenReport "rpt",acViewPreview ,,"[id]=" & me.ID

for strings:
docmd.OpenReport "rpt",acViewPreview ,,"[University]='" & me.University & "'"
 
Ranman256
Can you apply the code to the attached example?
Because it did not work with me
 
Can you apply the code to the attached example?
Because it did not work with me
 

Users who are viewing this thread

Back
Top Bottom