I have ListBox that populated with data from query running.
I need to select all records in ListBox and Print those to a printer.
I will add Print command button and write on click event.
I’ve tried to Print Selection and Help but Debug.Print is not waht I am looking for I think…
Thanks to all