The following code will loop through any selected reference.
Function ReferenceInfo()
Dim strMessage As String
Dim strTitle As String
Dim refItem As Reference
On Error Resume Next
For Each refItem In References
If refItem.IsBroken Then
strMessage =...
I need to be able to create pdf files based on MS Access reports, the report itself is very complicated (its the test card for an Engine.) So any method of producing a pdf from vba based on the report, would be much more preferable than any reworking of the report.
Thanks
Help
I'm developing a VB6 application to enable automated daily export from several access databases in to oracle.
I'm having no problem connecting and exporting the data from an individual db, and if the application is closed and run again a different db can be exported.
My problem is that I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.