Dec 12, 2006 #1 etcrier Programmer Sep 20, 2006 60 US I have a form to print and I added a button to "print this form only. it prints perfectly except all forms not just the one i am on. i verified that i chose "print this form only" when I made the button. thanks david god i love this board- you guys are GREAT
I have a form to print and I added a button to "print this form only. it prints perfectly except all forms not just the one i am on. i verified that i chose "print this form only" when I made the button. thanks david god i love this board- you guys are GREAT
Dec 12, 2006 #2 Remou Technical User Sep 30, 2002 13,030 BE Print form will print all the records, unless you mess about a bit. For example: Code: intPage = Me.Recordset.AbsolutePosition + 1 DoCmd.PrintOut , intPage, intPage Upvote 0 Downvote
Print form will print all the records, unless you mess about a bit. For example: Code: intPage = Me.Recordset.AbsolutePosition + 1 DoCmd.PrintOut , intPage, intPage
Dec 12, 2006 Thread starter #3 etcrier Programmer Sep 20, 2006 60 US worked GREAT thanks thanks thanks Upvote 0 Downvote