Hi PaulThat method would appear to be dependent upon a click method with
buttons.Apart from the fact that it is time consuming, I can get the end
result using .NET and iTextSharp (or ActivePDF Toolkit in asp.NET) to
produce 'bulk' pdf documents by loading everything into a DataTable and
running through a For loop for each row in the DataTable.These forms
would be a 'one off' for each new Customer, with an average of 120
records, so was looking for a 'quick and dirty' approach - as you may
gather...