jbeling
12-04-2008, 11:50 AM
I want to make a button that takes the info from a single record in a query or table. I do not want the enitre query or table, but just the record I am on in my form. How can i do this?
|
View Full Version : Print a report with info from only 1 row of my query jbeling 12-04-2008, 11:50 AM I want to make a button that takes the info from a single record in a query or table. I do not want the enitre query or table, but just the record I am on in my form. How can i do this? pbaldy 12-04-2008, 11:58 AM One method here: http://www.baldyweb.com/wherecondition.htm |