A alvin8866 New member Local time Today, 08:30 Joined May 8, 2013 Messages 7 Oct 7, 2013 #1 How to open report base on the current form view? I am a noobie in Access, and I try to code a Macro to open the report of current form view which I am doing the data entry. I cannot upload my file..sorry
How to open report base on the current form view? I am a noobie in Access, and I try to code a Macro to open the report of current form view which I am doing the data entry. I cannot upload my file..sorry
pbaldy Wino Moderator Staff member Local time Today, 08:30 Joined Aug 30, 2003 Messages 36,270 Oct 7, 2013 #2 You mean this? http://www.baldyweb.com/wherecondition.htm
A alvin8866 New member Local time Today, 08:30 Joined May 8, 2013 Messages 7 Oct 8, 2013 #3 I want to create a commend button in a form to open a report base on the current form data.
pbaldy Wino Moderator Staff member Local time Today, 08:30 Joined Aug 30, 2003 Messages 36,270 Oct 8, 2013 #4 It still sounds like that's a solution.
A alvin8866 New member Local time Today, 08:30 Joined May 8, 2013 Messages 7 Oct 16, 2013 #5 pbaldy said: You mean this? Click to expand... Thank you, I actually found that useful. I found that I need to design a report through Query. Then, direct the function to query not to report. Ex: Where = [Forms]![Form to be printed]![filed] = [Query]![qry of report]![filed] Not: Where = [Forms]![Form to be printed]![filed] = [Report]![Report of Form]![filed]
pbaldy said: You mean this? Click to expand... Thank you, I actually found that useful. I found that I need to design a report through Query. Then, direct the function to query not to report. Ex: Where = [Forms]![Form to be printed]![filed] = [Query]![qry of report]![filed] Not: Where = [Forms]![Form to be printed]![filed] = [Report]![Report of Form]![filed]
pbaldy Wino Moderator Staff member Local time Today, 08:30 Joined Aug 30, 2003 Messages 36,270 Oct 16, 2013 #6 I'm not sure I understand. You mean the criteria will come from a query rather than a form input?