Hi
how can I print a new document for each datarow in my datagridview?. I have the PrintDocument procedures separately.
Thanks in advance
Hi
how can I print a new document for each datarow in my datagridview?. I have the PrintDocument procedures separately.
Thanks in advance
Maybe looping code that cycles through the datagridview and runs report with the values as criteria.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Thanks fro the replay...
how can i accomplish this? I'm able to loop trough the datagridview, where i'm stock is in printing a new document for each datarow value
Thanks
I have never used datagridview, just list and combo boxes.
If you know how to loop through the control then do you know how to reference the value of the active row? Apparently datagridview has Row and Cell index referencing. http://social.msdn.microsoft.com/For...6-f47b4fa2de25
Are values in the grid report names? Use that value in the DoCmd.OpenReport method.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
I really appreciate your help and figured out.... thank you so much![]()