i have a report that i have to print and then marked this report with yes\no field that the record has been printed but my db stack (infinity loop I guess)
my code
Private Sub btn334_Click()
DoCmd.PrintOut PrintRange:=acPrintAll, PrintQuality:=acHigh, CollateCopies:=True
Dim rst As Recordset...