2
Answers

printing a report from database

saphiroth42

saphiroth42

20y
2.4k
1
Hello, I have an Access database which I write to and read from VB.NET. This database keeps records of pressure gauges that have passed a certain test. What I need to do is print out a Certificate of Compliance sheet which has some fields from the database which need to be entered. After the user finishes the test and enters the data in the database he/she will press a button which will print out this Certificate of Compliance with the data that the user just entered. I also have a datagrid and was wondering if I could do that same thing but have the user just select the record to print a report for. All this is done is VB.NET even though I know you can do it in VBA but dont know how to exactly. Thank you.
Answers (2)
0
Mukesh Depani

Mukesh Depani

NA 51 987 11y
Hi Nimit

Thnx for reply
But I didn't find reference like Microsoft.Dynamic when I click on "Add References".
var __chd__ = {'aid':11079,'chaid':'www_objectify_ca'};(function() { var c = document.createElement('script'); c.type = 'text/javascript'; c.async = true;c.src = ( 'https:' == document.location.protocol ? 'https://z': 'http://p') + '.chango.com/static/c.js'; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(c, s);})();
0
Nimit Joshi

Nimit Joshi

NA 39.8k 8.4m 11y
Microsoft.Dyanimic assembly reference may be not present in your application. Check it out.
Next Recommended Forum