B bigmac Registered User. Local time Today, 02:40 Joined Oct 5, 2008 Messages 302 Jun 26, 2013 #1 hi all, after running a query is it possible to select just one record and place it on a report or print it please? if so how do i go about it? cheers all
hi all, after running a query is it possible to select just one record and place it on a report or print it please? if so how do i go about it? cheers all
pbaldy Wino Moderator Staff member Local time Today, 02:40 Joined Aug 30, 2003 Messages 36,274 Jun 26, 2013 #2 One way, from a form: http://www.baldyweb.com/wherecondition.htm You don't really have much control within a query, so I'd present the query results in a form.
One way, from a form: http://www.baldyweb.com/wherecondition.htm You don't really have much control within a query, so I'd present the query results in a form.
B bigmac Registered User. Local time Today, 02:40 Joined Oct 5, 2008 Messages 302 Jun 26, 2013 #3 thank you for your prompt reply pbaldy
pbaldy Wino Moderator Staff member Local time Today, 02:40 Joined Aug 30, 2003 Messages 36,274 Jun 26, 2013 #4 Happy to help.