shamal Registered User. Local time Yesterday, 22:13 Joined Sep 28, 2013 Messages 86 Sep 25, 2017 #1 Hello Masters... When the avarage is written, universities that accept this avarage appear.. How can you report only that? thank you.... Attachments Universities.mdb Universities.mdb 984 KB · Views: 126
Hello Masters... When the avarage is written, universities that accept this avarage appear.. How can you report only that? thank you....
Ranman256 Well-known member Local time Today, 01:13 Joined Apr 9, 2015 Messages 4,354 Sep 25, 2017 #2 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 & "'"
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 & "'"
shamal Registered User. Local time Yesterday, 22:13 Joined Sep 28, 2013 Messages 86 Sep 25, 2017 #3 Ranman256 Can you apply the code to the attached example? Because it did not work with me
shamal Registered User. Local time Yesterday, 22:13 Joined Sep 28, 2013 Messages 86 Sep 27, 2017 #4 Can you apply the code to the attached example? Because it did not work with me
mike60smart Registered User. Local time Today, 06:13 Joined Aug 6, 2017 Messages 2,177 Sep 28, 2017 #5 Hi shamal See the attached. I recreated the Form. Added a Combobox to allow the user to select the Average. When you click the Command Button it Opens the filtered Report. View attachment Universities.zip
Hi shamal See the attached. I recreated the Form. Added a Combobox to allow the user to select the Average. When you click the Command Button it Opens the filtered Report. View attachment Universities.zip